-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to 5.0.100-rtm.20521.5, BAR Build ID 68494 * Update previously source-built to N-1 * Reconcile patches Note: Removed aspnetcore version number patch because it is set to a stable 5.0 version. Note: Removed roslyn Humanizer removal patch because there is now more usage of Humanizer in the code base. May need to redo this patch or add Humanizer. (See #1767) * Update to 5.0.100-rtm.20522.4, BAR Build ID 68583 * Update commits in Version.Details.xml and reconcile patches * Remove temporary RC1 fix in aspnetcore * Install built runtime for usage by aspnetcore * Update roslyn to build CodeStyle packages * Update / add installer patches * Fix broken patch * Update prevSourceBuilt to GA version * Pin System.Security.Cryptography.Cng version in runtime build * Update path to sdk installation * Update smoke test nuget.config entries * Update online prebuilt baseline * Update package name for aspnetcore reference * Add runtime feed to smoke-testNuGet.Config * Update runtime config entry * Update to 20201026.5, BAR Build ID 68880 * Set UseStableVersions flag * Update online baseline * Update offline prebuilt baseline * Include patch from #1850 Include patch to remove import of restore/harvestPackages.targets in runtime libraries build to fix issue with portable build * Re-add portable build only prebuilts
- Loading branch information
Showing
30 changed files
with
254 additions
and
1,713 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
patches/installer/0008-Update-blob-versions-to-use-ref-pkg-versions-to-trac.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
From 992512755a9df08ccfd531f7507c298aa5b22112 Mon Sep 17 00:00:00 2001 | ||
From: dseefeld <dseefeld@microsoft.com> | ||
Date: Thu, 29 Oct 2020 16:01:59 +0000 | ||
Subject: [PATCH] Update blob versions to use ref pkg versions to track stable | ||
versions | ||
|
||
--- | ||
src/redist/targets/GenerateLayout.targets | 4 ++-- | ||
1 file changed, 2 insertions(+), 2 deletions(-) | ||
|
||
diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets | ||
index 9e7249d..f1b11d4 100644 | ||
--- a/src/redist/targets/GenerateLayout.targets | ||
+++ b/src/redist/targets/GenerateLayout.targets | ||
@@ -11,8 +11,8 @@ | ||
|
||
<PropertyGroup> | ||
<!-- Blob storage directories are not stabilized, so these must refer to a package that does not stabilize --> | ||
- <AspNetCoreBlobVersion>$(VSRedistCommonAspNetCoreSharedFrameworkx6450PackageVersion)</AspNetCoreBlobVersion> | ||
- <CoreSetupBlobVersion>$(MicrosoftNETCoreAppInternalPackageVersion)</CoreSetupBlobVersion> | ||
+ <AspNetCoreBlobVersion>$(MicrosoftAspNetCoreAppRefPackageVersion)</AspNetCoreBlobVersion> | ||
+ <CoreSetupBlobVersion>$(MicrosoftNETCoreAppRefPackageVersion)</CoreSetupBlobVersion> | ||
<WindowsDesktopBlobVersion>$(MicrosoftWindowsDesktopAppPackageVersion)</WindowsDesktopBlobVersion> | ||
|
||
<!-- Change these individually to or $(CoreSetupBlobVersion), $(AspNetCoreBlobVersion), or appropriate fixed version depending if corresponding .Ref packages are unpinned. --> | ||
-- | ||
1.8.3.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.