Граф коммитов

1358 Коммитов

Автор SHA1 Сообщение Дата
ASP.NET CI 617005f04c Update dependencies.props
[auto-updated: dependencies]
2018-02-26 11:09:02 -08:00
ASP.NET CI 6a5effc943 Update dependencies.props
[auto-updated: dependencies]
2018-02-18 12:25:14 -08:00
Pranav K d0a8ef02cf
Add a functional test to verify that build-time compiled views play w… (#839)
* Add a functional test to verify that build-time compiled views play with DeveloperExceptionPage
Use RazorSdk to compile in E2E scenarios

Fixes #835
Fixes #836
2018-02-16 13:13:07 -08:00
ASP.NET CI 68bb45bfb9 Update dependencies.props
[auto-updated: dependencies]
2018-02-11 12:32:50 -08:00
ASP.NET CI a48fc2276c Update dependencies.props
[auto-updated: dependencies]
2018-02-09 11:51:44 -08:00
ASP.NET CI 3c4bb07632 Update dependencies.props
[auto-updated: dependencies]
2018-02-03 02:54:42 +00:00
ASP.NET CI c98c55016f Update dependencies.props
[auto-updated: dependencies]
2018-02-01 03:55:34 +00:00
Nate McMaster d7bb4b0c5c Update dependencies.props to 2.1.0-preview-28193, build tools to 2.1.0-preview1-1010 [ci skip]
Scripted changes:
- updated travis and appveyor.yml files to only build dev, ci, and release branches
- updated dependencies.props
- updated korebuild-lock.txt
- updated korebuild.json to release/2.1 channel
2018-01-31 15:01:12 -08:00
Pranav K 5086579c42 Merge branch 'release/2.1' into dev 2018-01-23 15:50:22 -08:00
Pranav K 90ebe2672a Branching for 2.1.0-preview1 2018-01-23 15:32:08 -08:00
ASP.NET CI 30d032dc2e Update dependencies.props
[auto-updated: dependencies]
2018-01-06 15:10:37 -08:00
Justin Kotalik d3fac039fb
Make the ANCM a conditional dependency (#838) 2018-01-04 16:46:33 -08:00
Justin Kotalik f4ea4033a3
Disabling tests while investigating ANCM responding with 400 status code. (#837) 2018-01-04 14:16:21 -08:00
ASP.NET CI ebb92492b7 Update dependencies.props
[auto-updated: dependencies]
2018-01-04 01:36:50 +00:00
ASP.NET CI 50b1130996 Update dependencies.props
[auto-updated: dependencies]
2017-12-18 17:27:39 -08:00
ASP.NET CI 2823ea6455 Update dependencies.props
[auto-updated: dependencies]
2017-12-13 21:13:53 +00:00
ASP.NET CI c922e54616 Update dependencies.props
[auto-updated: dependencies]
2017-12-10 13:15:10 -08:00
Ryan Brandenburg fae95813cd Update bootstrappers 2017-12-01 12:29:27 -08:00
Pranav K 7c584a5d2c Specify runtime versions to install 2017-11-29 14:09:28 -08:00
Pranav K 6b63cea0d7 Replace aspnetcore-ci-dev feed with aspnetcore-dev 2017-11-21 15:48:25 -08:00
Nate McMaster eae354fda4 Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 12:18:24 -08:00
Pranav K f9fdb47d8c Use MicrosoftNETCoreApp21PackageVersion to determine the runtime framework in netcoreapp2.1 2017-11-17 13:00:26 -08:00
Pranav K d971bfc8b7 Update samples and tests to target netcoreapp2.1 2017-11-17 10:41:24 -08:00
Justin Kotalik 2dc6598c7b
Revert "Disabling tests while investigating file location issues (#831)" (#832) 2017-11-16 11:54:06 -08:00
Tony Xia 2d1aaeb036 Set log level. (#829) 2017-11-13 14:15:37 -08:00
Justin Kotalik 6294d38805
Disabling tests while investigating file location issues (#831) 2017-11-13 12:02:28 -08:00
Nate McMaster b8c1180564 Pin tool and package versions to make builds more repeatable
Part of aspnet/Universe#575
2017-11-01 17:24:27 -07:00
Nate McMaster 1c0aeb08bb Add RuntimeStore config to music store 2017-10-25 20:01:02 -07:00
Ryan Brandenburg 8888f56ca3 Update bootstrappers 2017-10-09 12:45:58 -07:00
priusprime 464fc8a15f Update Default.cshtml
fix area missing in the bottom of dropdown botton
2017-09-22 12:39:29 -07:00
Justin Kotalik 5d1377052b Increase Minimum Version of Visual Studio to 15.3.0 2017-09-21 17:56:39 -07:00
Nate McMaster 135e1c248d Use PackageLineup to manage PackageReference versions 2017-09-12 11:06:26 -07:00
Nate McMaster 4a3d9b0955 Use Directory.Build.props/targets 2017-09-12 10:58:27 -07:00
Nate McMaster f166dfebe5 Upgrade to xunit 2.3.0-beta4
Includes changes required to fix issues discovered by new analyzers added in this upgrade.
2017-08-22 17:36:41 -07:00
John Luo 95f37a0edb Install store from artifact dependency
Instead of Build.RS package
2017-08-18 11:12:58 -07:00
John Luo aacd495943 Update Microsoft.AspNetCore.Server.IntegrationTesting package version 2017-08-07 17:10:32 -07:00
John Luo c0f24f4acf Ensure fallback to curl after failed wget 2017-08-02 14:33:01 -07:00
John Luo df8edd3461 Update __get_remote_file logic 2017-08-02 12:44:46 -07:00
Nate McMaster 2a183b7119 Fix syntax warning when running build.sh on older versions of bash
[ci skip]
2017-07-26 10:28:25 -07:00
Nate McMaster c780459201 Update bootstrappers to use the compiled version of KoreBuild
[ci skip]
2017-07-25 16:33:38 -07:00
Ryan Brandenburg 6879d6b6ac Set AspNetCoreVersion 2017-07-24 17:57:36 -07:00
Ryan Brandenburg 3484bb9b4c Remove un-needed version.props 2017-07-24 12:32:06 -07:00
Kiran Challa c9195b7a3c Merge branch 'rel/2.0.0' into dev 2017-07-21 11:52:23 -07:00
Mike Harder 0063c8f0da Remove unused package references to NuGet.* (#816) 2017-07-19 11:35:34 -07:00
Kiran Challa 0e96c2e20d Nano server tests: Make the dotnet cli folder name unique 2017-07-17 11:47:51 -07:00
Ryan Brandenburg 9fda5659fb Skip first time experience on Appveyor 2017-07-10 15:25:35 -07:00
Pranav K db8fc67bb5 Updating KoreBuild branch 2017-07-10 11:57:59 -07:00
Pranav K d6efa83734 Merge branch 'rel/2.0.0' into dev 2017-07-10 11:57:59 -07:00
Pranav K 69e76deae2 Branching for 2.0.0 rtm 2017-07-10 11:44:42 -07:00
Pranav K df92b0dda4 Merge branch 'rel/2.0.0' into dev 2017-07-10 11:44:42 -07:00