Commit Graph

4591 Commits

Author SHA1 Message Date
Nate McMaster a8802b2d2c Fix versions in the test project so restore works 2017-07-28 09:52:21 -07:00
Nate McMaster 42853bcca1 Update bootstrapper to use the compiled version of KoreBuild 2017-07-27 15:03:42 -07:00
Ryan Brandenburg 5b85b3f6c7 Update VersionPrefix 2017-07-26 15:35:24 -07:00
Nate McMaster 01c2b63348 Fix syntax warning when running build.sh on older versions of bash
[ci skip]
2017-07-26 10:29:30 -07:00
Nate McMaster c0364a5508 Fix syntax warning when running build.sh on older versions of bash
[ci skip]
2017-07-26 10:27:45 -07:00
Nate McMaster 1fe47d68da Fix syntax warning when running build.sh on older versions of bash
[ci skip]
2017-07-26 10:26:56 -07:00
Nate McMaster 322c72144e Fix syntax error in old versions of bash 2017-07-25 20:41:57 -07:00
Nate McMaster f0cc2f1061 Use wget and fallback to curl 2017-07-25 16:41:55 -07:00
Nate McMaster 68c937359b Update bootstrappers to use the compiled version of KoreBuild
[ci skip]
2017-07-25 16:35:31 -07:00
Nate McMaster a8fcb6ac65 Update bootstrappers to use the compiled version of KoreBuild
[ci skip]
2017-07-25 16:32:44 -07:00
Nate McMaster 43330e4211 Update bootstrappers to use the compiled version of KoreBuild
[ci skip]
2017-07-25 16:31:15 -07:00
Pranav K ab0bdefb8f Updating to InternalAspNetCoreSdkVersion 2.1.1-* 2017-07-25 15:15:20 -07:00
Pranav K 7b9085f7b0 Updating to InternalAspNetCoreSdkVersion 2.1.1-* 2017-07-25 15:13:35 -07:00
Pranav K f9681cd3c3 Updating to InternalAspNetCoreSdkVersion 2.1.1-* 2017-07-25 15:12:42 -07:00
Nate McMaster b512181608 Prevent deleting the .r/ folder on CI 2017-07-25 12:35:15 -07:00
Ryan Brandenburg 47a58a305b Set AspNetCoreVersion 2017-07-24 17:59:32 -07:00
Ryan Brandenburg d25fead7b2 Set AspNetCoreVersion 2017-07-24 17:56:39 -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 f935e9aad2 2.0.0-rtm to 2.1.0-preview1 2017-07-24 12:31:05 -07:00
Ryan Brandenburg e7c94a3ca1 2.0.0-rtm to 2.1.0-preview1 2017-07-24 12:27:25 -07:00
Pranav K 4b9a10363c Explicitly call Restore on AspNetCore.csproj before calling pack on it. 2017-07-18 14:53:34 -07:00
Pranav K 4d35489e85 Use dotnet pack to pack AspNetCore file 2017-07-17 14:44:36 -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
Chris R cc31406913 Merge branch 'rel/2.0.0' into dev 2017-07-13 15:36:59 -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
Chris R 5753784ac4 #391 Add back the DisplayName setting 2017-07-13 11:22:38 -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
jhkimnew afba2d05ae Jhkim/add test gracefulshutdown (#120)
Add new test for Graceful shutdown and Filtering MS request headers
2017-07-12 16:48:47 -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
jhkimnew 078a03ac70 Fixed build issue (#119) 2017-07-10 15:02:53 -07:00
pan-wang 002c8b9bc9 Adding shutdown http message to support the scenario that ctrl signal is not allowed (#118) 2017-07-10 14:55:15 -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