Commit Graph

5512 Commits

Author SHA1 Message Date
Ryan Brandenburg 47a58a305b Set AspNetCoreVersion 2017-07-24 17:59:32 -07:00
Ryan Brandenburg edf47fedd1 Set AspNetCoreVersion 2017-07-24 17:55:09 -07:00
Nate McMaster 581bcd7396 Update the bootstrapper to install compiled KoreBuild
- This installs KoreBuild as a compiled artifact and introduces the korebuild-lock.txt file
 - In addition, changed from using PackagePublisher directly as a console tool to using the PushNuGetPackages task
2017-07-24 17:12:43 -07:00
Ryan Brandenburg 84e720180e 2.0.0-rtm to 2.1.0-preview1 2017-07-24 12:33:49 -07:00
Ryan Brandenburg e7c94a3ca1 2.0.0-rtm to 2.1.0-preview1 2017-07-24 12:27:25 -07:00
Nate McMaster abd2ce9cf2 Disable TeamCity flow logger for now. It's a little too messy and needs refinement 2017-07-13 18:11:04 -07:00
Nate McMaster 6c1388567d Fix teamcity block logger
I flipped closed and opened during refactoring
2017-07-13 17:52:47 -07:00
Nate McMaster d3ab458c6c Add flow logger to help with console output parallelism 2017-07-13 17:38:05 -07:00
Pranav K cd11f71428 Pin CLI tool references for all projects in a solution 2017-07-13 17:09:55 -07:00
Mike Harder 37fad2bbb4 Merge pull request #261 from aspnet/rel/2.0.0
Update StackExchange.Redis to latest (#260)
2017-07-13 15:11:48 -07:00
Mike Harder 806ba70a6a Update StackExchange.Redis to latest (#260) 2017-07-13 15:07:37 -07:00
Pranav K 97fd4f432b Float the version of NS.Library to workaround issues in mirror
The SDK sets the version of NS.Library to a value that's higher than the one available in the ci-dev feed.
Floating the version would cause us to pick the higest available version from the feed.
2017-07-13 10:37:06 -07:00
Mike Harder b15a9c4620 Merge pull request #259 from aspnet/rel/2.0.0
Update WindowsAzure.Storage to latest (#258)
2017-07-12 18:41:23 -07:00
Mike Harder 021c604244 Update WindowsAzure.Storage to latest (#258) 2017-07-12 18:41:03 -07:00
Pranav K 975e17bfe2 Fix the KoreBuild branch 2017-07-12 17:41:43 -07:00
Pranav K 9750cc4d15 Merge branch 'rel/2.0.0' into dev 2017-07-12 07:51:06 -07:00
Pranav K 68d84099a0 Use the repository name as the directory to clone to. 2017-07-12 06:23:59 -07:00
Pranav K 2936763647 Merge remote-tracking branch 'origin/rel/2.0.0' into dev 2017-07-11 19:44:39 -07:00
Pranav K 98525da02b Use the right set of env variables for determining commit hash 2017-07-11 19:20:15 -07:00
Pranav K aa25401a50 Make the calculation of the build graph a task so we can pass metadata around 2017-07-11 18:51:46 -07:00
Kiran Challa d8a897bada Changed to use rel/2.0.0 version of Korebuild 2017-07-10 16:12:58 -07:00
Ryan Brandenburg 667c2c4acc Join environment vars 2017-07-10 15:22:57 -07:00
Ryan Brandenburg ecd56f1074 Skip first time experience on Appveyor 2017-07-10 15:22:57 -07:00
Ryan Brandenburg 88aec3348e Skip first time experience on Appveyor 2017-07-10 15:19:25 -07:00
Pranav K 10196808e8 Merge branch 'rel/2.0.0' into dev 2017-07-10 11:58:03 -07:00
Pranav K 78e303f234 Updating KoreBuild branch 2017-07-10 11:58:02 -07:00
Pranav K e4edce2c28 Updating KoreBuild branch 2017-07-10 11:57:55 -07:00
Pranav K 9597afbb30 Merge branch 'rel/2.0.0' into dev 2017-07-10 11:57:55 -07:00
Pranav K 6b2724c33c Merge branch 'rel/2.0.0' into dev 2017-07-10 11:49:13 -07:00
Pranav K 401276308d Branching for 2.0.0 2017-07-10 11:48:56 -07:00
Pranav K 4194ac0c73 Merge branch 'rel/2.0.0' into dev 2017-07-10 11:46:59 -07:00
Pranav K c7913f21c9 Branching for 2.0.0 rtm 2017-07-10 11:46:59 -07:00
Pranav K 82292e1d33 Branching for 2.0.0 rtm 2017-07-10 11:41:37 -07:00
Pranav K bdf55e3dcf Merge branch 'rel/2.0.0' into dev 2017-07-10 11:41:37 -07:00
Pranav K 81363a4e5f Use clone uris and commit hash that the CI specifies 2017-07-07 15:10:46 -07:00
Kiran Challa d518d653d2 Enabled a way to passing in additional build arguments to individual repositories being built 2017-07-07 12:29:35 -07:00
Ryan Brandenburg aa89cb7fac Remove NETSTandard.Library.NETFramework 2017-07-07 10:30:43 -07:00
Ryan Brandenburg 69ef854add Remove NETStandard.Library.NETFramework 2017-07-07 10:29:00 -07:00
Pranav K 5205f6c019 Update version suffix for 2.0.0 RTM release 2017-07-06 15:08:58 -07:00
Pranav K 83c141ab35 Update version suffix for 2.0.0 RTM release 2017-07-06 15:08:04 -07:00
Ryan Brandenburg 9130651a69 Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 14:08:33 -07:00
Nate McMaster 249722ca0d React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:39:47 -07:00
Nate McMaster 35e6714c34 React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:36:51 -07:00
Mike Harder 95831af3eb Set "TreatWarningsAsErrors" before NuGet restore (#255)
* Ensures our build stays clean of NuGet warnings
2017-07-03 17:40:05 -07:00
Pranav K 954e186261 Update LICENSE.txt text 2017-07-03 14:08:32 -07:00
Pranav K f04b049860 Update LICENSE.txt text 2017-07-03 14:05:09 -07:00
Doug Bunting 76024196b6 Remove Entropy from Universe builds
- aspnet/Coherence-Signed#505
2017-07-02 21:59:50 -07:00
Ryan Brandenburg b61244dac9 Remove AssetTargetFallback 2017-06-30 12:18:59 -07:00
Ryan Brandenburg bbd7f03114 Update PackagePublisher version 2017-06-29 11:18:40 -07:00
Ryan Brandenburg 531a11cb40 Remove NETStandard.Library.NETFramework and update Moq 2017-06-29 10:43:37 -07:00