Smit Patel
7c6a60b62b
EFCore: Upgrade IX-Async
2018-07-16 15:28:34 -07:00
Ryan Nowak
b144f3a12f
Update artifacts.props
2018-07-13 14:16:05 -07:00
Ryan Nowak
3af5287b66
Make HealthChecks back into shipping packages
2018-07-13 14:16:05 -07:00
Pavel Krymets
3042728f8b
Add Microsoft.AspNetCore.Server.IntegrationTesting.IIS ( #1253 )
2018-07-12 11:56:44 -07:00
Nate McMaster
683e327637
Pin Microsoft.Extensions.DependencyModel to 2.1.0
2018-07-11 12:11:17 -07:00
Nate McMaster
d50f75ac21
Merge branch 'release/2.1' into release/2.2
2018-07-10 16:17:44 -07:00
dotnet-maestro-bot
4f81f75777
Updating external dependencies ( #1249 )
2018-07-10 12:45:52 -07:00
Nate McMaster
b410a585f7
Merge 2.1.2 into release/2.1
2018-07-10 10:27:26 -07:00
Nate McMaster
9ad9ada9ea
Pin to the latest stable 2.1.x corefx packages
2018-07-09 18:16:57 -07:00
Nate McMaster
363269ef60
Merge branch 'release/2.1' into release/2.2
2018-07-06 15:34:34 -07:00
Nate McMaster
931f0754af
Do not restore in parallel - workaround for race condition in /t:Restore
2018-07-06 15:34:05 -07:00
Nate McMaster
ae66308a89
Fixup bad merge
2018-07-06 15:31:15 -07:00
Nate McMaster
9276602279
Merge branch 'release/2.1' into release/2.2
2018-07-06 13:43:43 -07:00
Nate McMaster
bf03fee4be
Refactor LZMA generation to support Docker and Antares usage
...
List explicitly as .csproj files the scenarios for which the offline package cache is important
Produces new artifacts designed for various scenarios, such as:
* Docker (where xml doc files are not needed)
* Azure web apps (where 1.x SDKs must still be supported, but xml docs are not needed)
2018-07-06 13:15:23 -07:00
Nate McMaster
d7721fdff4
Merge branch 'release/2.0' into release/2.1
2018-07-05 20:12:24 -07:00
Nate McMaster
fbf445b7b7
Merge branch 'release/2.1' into release/2.2
2018-07-05 15:00:11 -07:00
Nate McMaster
cd449cef2b
Update xunit.runner.visualstudio to 2.4.0-rc.1.build4038
2018-07-05 14:56:52 -07:00
Nate McMaster
71de7a98f5
Merge branch 'release/2.1' into release/2.2
2018-07-05 10:21:51 -07:00
Nate McMaster
62ea0264e4
Ensure trx logging is reported correctly when building in TeamCity
2018-07-05 10:14:35 -07:00
Nate McMaster
a7811c5656
Ensure .NET Core runtimes are install in alpine builds to tests can run
2018-07-03 12:26:20 -07:00
Nate McMaster
d2d9a47686
Invoke dotnet vstest directly instead of using the VSTest target
...
Attempt to workaround Microsoft/vstest#1503 which causes test failure output to be swallowed
2018-07-03 10:08:25 -07:00
Nate McMaster
55e0fd5677
Fix the version override check for ProdCon builds
2018-07-02 17:02:30 -07:00
Nate McMaster
1895502c48
Update the LZMA to include NETStandard.Library 2.0.3
2018-07-02 16:45:20 -07:00
Justin Kotalik
8b39e98477
Add web.administation to universe ( #1233 )
2018-07-02 13:03:48 -07:00
Nate McMaster
d456fdba63
Don't publish the runtime-site-extension in servicing builds
2018-06-29 19:37:15 -07:00
Nate McMaster
fd3b979b56
Remove aspnet/WebHooks from release/2.2
2018-06-29 11:10:56 -07:00
John Luo
4dd62a6863
Merge branch 'release/2.1' into release/2.2
2018-06-29 10:56:50 -07:00
John Luo
b9d956df59
Ensure no trailing slashes for LZMA generation
2018-06-28 20:28:36 -07:00
John Luo
1b0781cf20
Merge branch 'release/2.1' into dev
2018-06-27 16:54:10 -07:00
John Luo
96c5b3c2ae
Update StackExchange.Redis.StrongName version
2018-06-27 15:38:23 -07:00
John Luo
e17f426e92
Update DotnetArchive version
2018-06-27 15:27:28 -07:00
Nate McMaster
91a1d2de50
Add unit tests for the shared framework ( #1228 )
...
Changes:
* Add a test project with simple unit tests for the shared framework
* Add root-level Directory.Build.props/targets files
* Cleanup .csproj files to reduce duplication
2018-06-27 14:56:10 -07:00
Nate McMaster
6b8aac13e0
Prepare infrastructure for the 2.1.3 patch
2018-06-27 14:51:05 -07:00
Doug Bunting
f47e86439d
Support packages both built in Universe and used as external dependencies
...
- `AnalyzeBuildGraph` fix should correct Update Universe build break
- `VerifyCoherentVersions` fix should correct UniverseCoherence build break
nits:
- add and rename a couple of variables for clarity and reduced repetition
- remove and sort `using`s
2018-06-23 00:34:33 -07:00
Doug Bunting
15074b638c
Give BenchmarksOnly* `<ExternalDependency>`s `VariableName` metadata
...
- should improve `UpgradeDependencies` at least in MVC repo
- hopefully will also correct build break in Update Universe builds
2018-06-22 22:32:22 -07:00
Doug Bunting
928a81155e
Add external dependencies used only in MVC benchmarks apps
...
- part of aspnet/Mvc#7805
2018-06-22 16:46:42 -07:00
John Luo
2cd777f061
Bust MSBuild cache on retries
2018-06-22 10:26:49 -07:00
John Luo
a296fe4cdf
Add retries for restores during LZMA generation
2018-06-21 15:54:01 -07:00
Chris Ross (ASP.NET)
c2874d923d
Add Microsoft.Internal.AspNetCore.H2Spec.All dependency
2018-06-21 11:21:20 -07:00
=
a7d70164be
Merge branch 'public/release/2.1' into release/2.1-msrc
2018-06-20 18:15:44 -07:00
John Luo
ea5ed2250d
Pin aspnetcore runtime version for LZMA generation
2018-06-20 18:02:07 -07:00
=
ff02e61a7f
Merge remote-tracking branch 'public/release/2.1' into release/2.1-msrc
2018-06-19 11:46:39 -07:00
John Luo
ccfd5f80b7
Pin runtime version for LZMA generation
2018-06-18 20:11:20 -07:00
John Luo
5931c7fb9a
Remove trailing slashes when creating LZMAs
2018-06-18 13:08:43 -07:00
dotnet-maestro-bot
25b0d25df4
Upgrade to .NET Core 2.2.0-preview1-26618-02 ( #1215 )
2018-06-18 10:48:27 -07:00
dotnet-maestro-bot
02f32d94d4
Upgrade to .NET Core 2.2.0-preview1-26615-02 ( #1213 )
2018-06-15 12:30:44 -07:00
dotnet-maestro-bot
3c9dea12f0
Upgrade to .NET Core 2.2.0-preview1-26614-02 ( #1212 )
2018-06-14 11:45:15 -07:00
dotnet-maestro-bot
ed8c98ce15
Upgrade to .NET Core 2.2.0-preview1-26614-01 ( #1211 )
2018-06-13 23:33:07 -07:00
Nate McMaster
aa91b802f9
Add script used to deploy blobs to Azure storage
2018-06-13 14:26:46 -07:00
dotnet-maestro-bot
f1fac6c7d4
Upgrade to .NET Core 2.2.0-preview1-26613-06 ( #1209 )
2018-06-13 12:47:39 -07:00