Skip to content

Commit 89aae45

Browse files
authored
Download runtime from suffixed location in dotnetcli blob storage (#17593)
1 parent f992759 commit 89aae45

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,10 @@
389389
<Uri>https://github.com/dotnet/core-setup</Uri>
390390
<Sha>626c14488261f91192e39a4c6c2d9480a7cd1f37</Sha>
391391
</Dependency>
392+
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.0.2-servicing-19572-09" CoherentParentDependency="Microsoft.Extensions.Logging">
393+
<Uri>https://github.com/dotnet/core-setup</Uri>
394+
<Sha>626c14488261f91192e39a4c6c2d9480a7cd1f37</Sha>
395+
</Dependency>
392396
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0" Pinned="true">
393397
<Uri>https://github.com/dotnet/core-setup</Uri>
394398
<Sha>7d57652f33493fa022125b7f63aad0d70c52d810</Sha>

eng/Versions.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
<MicrosoftNetCompilersToolsetPackageVersion>3.3.1-beta4-19462-11</MicrosoftNetCompilersToolsetPackageVersion>
7272
<!-- Packages from dotnet/core-setup -->
7373
<MicrosoftExtensionsDependencyModelPackageVersion>3.0.2-servicing-19572-09</MicrosoftExtensionsDependencyModelPackageVersion>
74+
<MicrosoftNETCoreAppInternalPackageVersion>3.0.2-servicing-19572-09</MicrosoftNETCoreAppInternalPackageVersion>
7475
<MicrosoftNETCoreAppRefPackageVersion>3.0.0</MicrosoftNETCoreAppRefPackageVersion>
7576
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.0.2-servicing-19572-09</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
7677
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>

src/Installers/Windows/WindowsHostingBundle/Product.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
</PropertyGroup>
2727

2828
<ItemGroup>
29-
<RemoteAsset Include="$(DotNetAssetRootUrl)Runtime/$(MicrosoftNETCoreAppRuntimeVersion)/dotnet-runtime-$(MicrosoftNETCoreAppRuntimeVersion)-win-x64.exe$(DotNetAssetRootAccessTokenSuffix)">
29+
<RemoteAsset Include="$(DotNetAssetRootUrl)Runtime/$(MicrosoftNETCoreAppInternalPackageVersion)/dotnet-runtime-$(MicrosoftNETCoreAppRuntimeVersion)-win-x64.exe$(DotNetAssetRootAccessTokenSuffix)">
3030
<TargetFileName>dotnet-runtime-$(MicrosoftNETCoreAppRuntimeVersion)-win-x64.exe</TargetFileName>
3131
</RemoteAsset>
32-
<RemoteAsset Include="$(DotNetAssetRootUrl)Runtime/$(MicrosoftNETCoreAppRuntimeVersion)/dotnet-runtime-$(MicrosoftNETCoreAppRuntimeVersion)-win-x86.exe$(DotNetAssetRootAccessTokenSuffix)">
32+
<RemoteAsset Include="$(DotNetAssetRootUrl)Runtime/$(MicrosoftNETCoreAppInternalPackageVersion)/dotnet-runtime-$(MicrosoftNETCoreAppRuntimeVersion)-win-x86.exe$(DotNetAssetRootAccessTokenSuffix)">
3333
<TargetFileName>dotnet-runtime-$(MicrosoftNETCoreAppRuntimeVersion)-win-x86.exe</TargetFileName>
3434
</RemoteAsset>
3535
</ItemGroup>

0 commit comments

Comments
 (0)