Commit Graph

1002 Commits

Author SHA1 Message Date
Nate McMaster 6effb13bbd
Update to .NET Core 2.1.5 2018-09-28 19:39:46 -07:00
Nate McMaster 72cd5eedcf
Prepare the 2.1.6 patch (#1434) 2018-09-28 17:57:33 -07:00
Matt Mitchell 3952845c57 Unpin package versions for 2.1.5 2018-09-14 13:10:09 -07:00
Ryan Brandenburg 4d637de70d Fix merge error 2018-09-11 10:45:52 -07:00
Ryan Brandenburg e13cfd1b28 Merge tag '2.1.4' into release/2.1 2018-09-11 10:43:23 -07:00
dotnet-maestro-bot 9c1940e94c Upgrade to .NET Core 2.1.5-servicing-26906-03 (#1384) 2018-09-06 15:19:55 -07:00
Nate McMaster e9b0415bb9
Make System.IO.Pipelines a direct dependency of Microsoft.AspNetCore.App 2018-09-05 15:20:11 -07:00
dotnet-maestro-bot 68672bc965 Update to .NET Core 2.1.5-servicing-26902-03 (#1371) 2018-09-04 10:10:31 -07:00
dotnet-maestro-bot 3e7410333a Update to .NET Core 2.1.5-servicing-26830-03 (#1364) 2018-08-30 15:27:17 -07:00
Nate McMaster b206d59612
Prepare 2.1.5 patch 2018-08-28 09:14:43 -07:00
Nate McMaster 5bae8c768d
Fix publishing targets to correctly reference the right item group: NpmPackageToPublish 2018-08-17 15:20:05 -07:00
Nate McMaster 4b1e0d09c7
Skip npm package publishing if there are no npm packages to release 2018-08-17 11:34:22 -07:00
Nate McMaster 267b149bc8
Fix whitespace in task parameters (#1322)
In MSBuild 15.8, whitespace in task parameters is handled differently in a way that causes these docker commands to fail.
2018-08-16 16:48:08 -07:00
Nate McMaster ac9b1f97c5
Add a restore feed for 2.1.3 packages 2018-08-10 10:02:45 -07:00
Nate McMaster 6dd5a7bcf8
Merge branch release/2.1 into 2.1.4 2018-08-10 09:33:40 -07:00
Nate McMaster a85d99ab8e
Add the 2.1.3 archive baselines and a target to ensure this test is run on PR builds 2018-08-10 09:08:55 -07:00
Nate McMaster e7447ca360
Consume a new version of System.IO.Pipelines from ProdCon 2018-08-08 11:03:27 -07:00
Nate McMaster 3f55bf3cfb Make System.IO.Pipelines a direct dependency of Microsoft.AspNetCore.App
This is required for servicing this shared framework assembly independently of the aspnet packages which use it.
2018-08-08 16:35:32 +00:00
Nate McMaster 2f85e4a36d
Add a restore feed for 2.1.3 packages 2018-08-08 09:25:40 -07:00
Nate McMaster e4161d8971 Prepare 2.1.4 patch
* Update submodules for EF Core, Scaffolding, and Templating
* Change version number for metapackages to 2.1.4
2018-08-07 21:24:01 +00:00
Nate McMaster 7119fc7e1d
Upgrade xunit test runner to 2.4.0 RTM and xunit.analyzers to 0.10.0 (#1275)
Also, cleaned up two unused properties from the deps.props file.
2018-07-25 11:08:35 -07:00
dotnet-maestro-bot 18e0871fe2 Update to NETCore.App 2.1.3-servicing-26722-02 2018-07-23 19:40:41 -07:00
dotnet-maestro-bot 7d12e6bb13 Updating external dependencies (#1268)
New versions:
    MicrosoftNETCoreDotNetAppHostPackageVersion
    MicrosoftNETCoreAppPackageVersion
2018-07-19 17:31:53 -07:00
dotnet-maestro-bot 8260ed6c46 Update to NETCore.App 2.1.3-servicing-26718-02 2018-07-18 19:47:18 -07:00
Nate McMaster 019210ff0a
Fix for when InstallSharedRuntimeFromPreviousBuild is true and AspNetCoreFxFeed is set 2018-07-18 11:20:23 -07:00
Nate McMaster e69a47f230
Implement patch policies per repo and set default to ProductChangesOnly
Our policy since 1.0.0 has been to always cascade version updates in the packages we own. e.g. if Logging has a product change in 2.1.x, then Kestrel, EF Core, Mvc, etc also re-ship with the updated Logging dependency. This has been done for a variety of reasons:

* NuGet does not show updates for transitive dependencies, only direct ones
* NuGet does resolves the lowest compatible transitive dependencies
* ASP.NET Core ships to both .NET Framework (where transitive dependency version matters) and .NET Core (where it matters less if you use the shared framework)

While transitive dependencies is still an important scenario, this practice of always patching has led to bigger issues.

* High probability users will unintentionally upgrade out of the shared framework: #3307
* Conflicts with metapackages that attempt to use exact version constraints: aspnet/Universe#1180
* A quality perception issue: the high volume of new versions in servicing updates with only metadata changes has created the impression that new versions of packages may not be very important. It's also made it appear like there are more issues product than there really are.
* High volume of packages changing with only metadata changes. Of the last 301 packages published in a servicing update, only 11 contained actual changes to the implementation assemblies. (3.5%)

This change implements a system to verify a new, non-cascading versioning policy for servicing updates. This required changes to repos to pin version variables to that matter per-repo,
and to remove some of the restrictions and checks.

Incidentally, this should make defining new patches easier because it automatically determines which packages are or are not patching in the release.
2018-07-12 21:33:50 -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 931f0754af
Do not restore in parallel - workaround for race condition in /t:Restore 2018-07-06 15:34:05 -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 cd449cef2b
Update xunit.runner.visualstudio to 2.4.0-rc.1.build4038 2018-07-05 14:56:52 -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
Nate McMaster d456fdba63
Don't publish the runtime-site-extension in servicing builds 2018-06-29 19:37:15 -07:00
John Luo b9d956df59 Ensure no trailing slashes for LZMA generation 2018-06-28 20:28:36 -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
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
= 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