Commit Graph

19 Commits

Author SHA1 Message Date
Nate McMaster 263e369b2e
Merge branch 'release/2.1' into release/2.2 2018-07-03 17:21:16 -07:00
Nate McMaster 727bd52b64
Add package version to Microsoft.AspNetCore.App in project templates
As discussed in aspnet/Home#3292, we're reversing course on the implicit package version feature. This adds a package version for Microsoft.AspNetCore.App to the `dotnet new` and VS templates.
2018-07-03 16:53:46 -07:00
Nate McMaster 96adddcbca
Update infrastructure for the 2.2 release 2018-06-28 16:22:12 -07:00
Nate McMaster aacb317ffa
Update dependencies to 2.1.1-rtm-30818 2018-05-31 15:18:08 -07:00
John Luo f278c804b2 Revert "Install 2.1.0"
This reverts commit bdddcfc77435d59e925828df1f2b76e443db022a.
2018-05-30 12:09:05 -07:00
John Luo 7579b6db68 Install 2.1.0 2018-05-30 12:09:05 -07:00
Ryan Brandenburg 2a81103a41 Upgrade to netcoreapp22 2018-05-09 12:11:28 -07:00
Jass Bagga 99114c25a4
Adjust spacing in csproj files (#492)
Address #462 and fix build break
2018-05-03 11:40:39 -07:00
Ryan Brandenburg 718989b820 Branching for 2.1.0-rc1 2018-04-16 17:03:27 -07:00
Nate McMaster b8424b0e8b Add property to skip installing the aspnetcore shared framework 2017-12-29 19:52:33 -08:00
Jass Bagga 886a985726 Target netcoreapp2.1 2017-12-28 17:01:30 -08:00
Javier Calvarro Nelson 23afcab66c Update Korebuild and include shared runtime package 2017-12-28 17:01:30 -08:00
Pranav K d890c2de2f Specify runtime versions to install 2017-11-29 14:09:31 -08:00
Pranav K dd8aef8699 Replace aspnetcore-ci-dev feed with aspnetcore-dev 2017-11-21 15:49:08 -08:00
Nate McMaster aee0d26d67 Merge build infrastructure changes from rel/2.0.3
Changes:
- Replaces PackageLineup with the dependencies.props approach to manage package versions.
- Generate the csproj/fsproj files that go into template packages
- Remove the DependencyUpdater and PullRequestSubmitter tasks
- Remove bower.json and bowerrc from Microsoft.DotNet.Web.ProjectTemplates
- Set MyGet feeds via MSBuild instead of NuGet.config
- Upgrades to the functional tests
- Update Selenium
- Make it possible to run tests on macOS/linux
- Disable test parallelization
2017-11-06 16:06:24 -08:00
Nate McMaster 4d9bacd3f1 Update build scripts and targets to use 2.0.x build tools 2017-10-12 14:09:16 -07:00
Steve Sanderson 1f596e127b When the CI system supplies a .deps dir, use that as the lineups/packages resource source 2017-09-12 11:23:22 +01:00
Steve Sanderson dca24eb5cc Add build target for publishing NuGet packages 2017-09-08 16:24:51 +01:00
Steve Sanderson 1255418146 Modernize build system (use Directory.Build.* and KoreBuild lineups) 2017-08-30 14:46:37 +01:00