From 89aae45d6dcecb6246569f7bf5900362e4494265 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Wed, 4 Dec 2019 16:31:45 -0800 Subject: [PATCH] Download runtime from suffixed location in dotnetcli blob storage (#17593) --- eng/Version.Details.xml | 4 ++++ eng/Versions.props | 1 + src/Installers/Windows/WindowsHostingBundle/Product.targets | 4 ++-- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8fe01b3cb0..f41fa2f98d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -389,6 +389,10 @@ https://github.com/dotnet/core-setup 626c14488261f91192e39a4c6c2d9480a7cd1f37 + + https://github.com/dotnet/core-setup + 626c14488261f91192e39a4c6c2d9480a7cd1f37 + https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 diff --git a/eng/Versions.props b/eng/Versions.props index b320bf695f..d6e50bee78 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,6 +71,7 @@ 3.3.1-beta4-19462-11 3.0.2-servicing-19572-09 + 3.0.2-servicing-19572-09 3.0.0 3.0.2-servicing-19572-09 2.1.0 diff --git a/src/Installers/Windows/WindowsHostingBundle/Product.targets b/src/Installers/Windows/WindowsHostingBundle/Product.targets index dd2b113f35..ea34ff172d 100644 --- a/src/Installers/Windows/WindowsHostingBundle/Product.targets +++ b/src/Installers/Windows/WindowsHostingBundle/Product.targets @@ -26,10 +26,10 @@ - + dotnet-runtime-$(MicrosoftNETCoreAppRuntimeVersion)-win-x64.exe - + dotnet-runtime-$(MicrosoftNETCoreAppRuntimeVersion)-win-x86.exe