Commit Graph

42 Commits

Author SHA1 Message Date
Nate McMaster 206db0558e
Update buildtools and add properties to skip IIS tests 2018-12-13 23:36:42 -08:00
Nate McMaster 696a46c449
Update buildtools to 2.2.1-build-20181207.6 2018-12-07 17:38:10 -08:00
Nate McMaster 9b8684c811
Update buildtools to 2.2.1-build-20181207.3 2018-12-07 15:37:48 -08:00
Nate McMaster 569a14ecb8
Merge branch 'release/2.1' into release/2.2 2018-12-06 17:09:03 -08:00
ASP.NET CI fcfefd3908 Updating BuildTools from 2.2.1-build-20181203.2 to 2.2.1-build-20181205.2
[auto-updated: buildtools]
2018-12-06 08:03:46 +00:00
ASP.NET CI 9f2829a48d Updating BuildTools from 2.2.1-build-20181130.1 to 2.2.1-build-20181203.2
[auto-updated: buildtools]
2018-12-04 00:02:41 -08:00
ASP.NET CI b2b1cf24ba Updating BuildTools from 2.2.1-build-20181114.3 to 2.2.1-build-20181130.1
[auto-updated: buildtools]
2018-11-30 19:00:00 -08:00
Nate McMaster c1c7d711b6
Merge branch 'release/2.1' into release/2.2 2018-11-14 09:27:23 -08:00
ASP.NET CI a87f3ff4a0 Updating BuildTools from 2.2.0-preview2-20181108.7 to 2.2.0-preview2-20181109.5
[auto-updated: buildtools]
2018-11-10 00:15:34 +00:00
ASP.NET CI 6b66c2a67f Updating BuildTools from 2.2.0-preview2-20181108.4 to 2.2.0-preview2-20181108.7
[auto-updated: buildtools]
2018-11-08 23:44:37 -08:00
ASP.NET CI b19735667a Updating BuildTools from 2.2.0-preview2-20181105.3 to 2.2.0-preview2-20181108.4
[auto-updated: buildtools]
2018-11-08 12:03:46 -08:00
ASP.NET CI 4059e28a3b Updating BuildTools from 2.2.0-preview2-20181104.4 to 2.2.0-preview2-20181105.3
[auto-updated: buildtools]
2018-11-06 00:04:32 -08:00
ASP.NET CI f454ec3b16 Updating BuildTools from 2.2.0-preview2-20181101.2 to 2.2.0-preview2-20181104.4
[auto-updated: buildtools]
2018-11-05 12:03:59 -08:00
ASP.NET CI 7388b64ed9 Updating BuildTools from 2.2.0-preview2-20181031.7 to 2.2.0-preview2-20181101.2
[auto-updated: buildtools]
2018-11-01 14:18:04 -07:00
Nate McMaster 4c63404bf5
Update build tools to 2.2.0-preview2-20181031.7 2018-11-01 00:21:55 -07:00
Nate McMaster c2e9ca24d3
Update build tools to 2.2.0-preview2-20181031.2 2018-10-31 10:04:25 -07:00
ASP.NET CI f3e4d442ac Updating BuildTools from 2.2.0-preview2-20181027.2 to 2.2.0-preview2-20181029.2
[auto-updated: buildtools]
2018-10-29 12:04:22 -07:00
ASP.NET CI 728ad474a9 Updating BuildTools from 2.2.0-preview2-20181026.4 to 2.2.0-preview2-20181027.2
[auto-updated: buildtools]
2018-10-27 12:04:25 -07:00
ASP.NET CI d9f66a68b7 Updating BuildTools from 2.2.0-preview2-20181026.1 to 2.2.0-preview2-20181026.4
[auto-updated: buildtools]
2018-10-27 00:04:30 -07:00
ASP.NET CI a5d88b0ca2 Updating BuildTools from 2.2.0-preview2-20181024.5 to 2.2.0-preview2-20181026.1
[auto-updated: buildtools]
2018-10-26 13:35:09 -07:00
ASP.NET CI 7ec22086ce Updating BuildTools from 2.2.0-preview2-20181019.5 to 2.2.0-preview2-20181024.5
[auto-updated: buildtools]
2018-10-25 14:47:19 -07:00
ASP.NET CI 9b0e3ee805 Updating BuildTools from 2.2.0-preview2-20181019.4 to 2.2.0-preview2-20181019.5
[auto-updated: buildtools]
2018-10-19 17:17:09 -07:00
ASP.NET CI ed171ac733 Updating BuildTools from 2.2.0-preview2-20181018.5 to 2.2.0-preview2-20181019.4
[auto-updated: buildtools]
2018-10-19 12:56:18 -07:00
ASP.NET CI 817ea3126c Updating BuildTools from 2.2.0-preview2-20181017.3 to 2.2.0-preview2-20181018.5
[auto-updated: buildtools]
2018-10-18 17:46:57 -07:00
ASP.NET CI 26f6c72cd6 Updating BuildTools from 2.2.0-preview2-20181011.10 to 2.2.0-preview2-20181017.3
[auto-updated: buildtools]
2018-10-17 20:05:00 +00:00
Ryan Brandenburg 3b327ef369 Update MVC, add ApiDescription.Design to package artifacts, and update build tools (#1492) 2018-10-11 19:58:57 -07:00
ASP.NET CI a858ac6f19 Updating BuildTools from 2.2.0-preview2-20181004.6 to 2.2.0-preview2-20181011.2
[auto-updated: buildtools]
2018-10-11 09:24:17 -07:00
Nate McMaster eaad1eb3aa
Remove tasks for analyzing the repo graph (#1469)
As a part of converging repos, we no longer need this code. It is currently buggy and slow, and we can get away without by hard-coding the repo graph (which rarely changes)
2018-10-09 12:01:41 -07:00
Nate McMaster b0b65a530a
Support using Internal.AspNetCore.Sdk as an MSBuild SDK (#1452)
* Add Microsoft.AspNetCore.BuildTools.ApiCheck as an external dependency
* Move the global.json files temporarily to avoid loading the wrong version of Internal.AspNetCore.Sdk
2018-10-04 11:07:06 -07:00
Nate McMaster 5d261e46ce
Support checked-in global.json files 2018-10-04 09:26:44 -07:00
Pranav K 9ff20f8340 Remove global.json 2017-02-03 10:03:07 -08:00
Nate McMaster 81acef9238
Upgrade to VS 2017 2017-02-01 13:24:34 -08:00
Nate McMaster 333840c787 Update version of sdk in global.json 2017-01-31 15:42:38 -08:00
Jass Bagga 48ab68bd2a Upgrade to msbuild
Addresses #57
2017-01-30 15:58:19 -08:00
Nate McMaster 045a353dda Upgrade global.json version 2017-01-19 18:17:19 -08:00
Pranav K 9323122c22 Explicitly specify the version of the CLI 2016-12-15 10:40:38 -08:00
Pranav K f6eb86be78 Updating to 4.4 CoreFx packages 2016-12-14 14:47:29 -08:00
Pranav K c8c2dfaad9 Updating to 4.4 CoreFx packages 2016-12-14 14:47:29 -08:00
N. Taylor Mullen fe4527d543 Pin global.json SDK to 1.0.0-preview2-1-003177. 2016-11-23 15:57:55 -08:00
N. Taylor Mullen 4dea3e7512 Pin global.json SDK to 1.0.0-preview2-1-003177. 2016-11-23 15:57:04 -08:00
Pranav K f9661e2bf1 Initial commit 2015-12-01 15:36:17 -08:00
Ryan Nowak d3f2b240d7 Add build-template files 2015-09-21 10:42:05 -07:00