Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 5c05d9b

Browse files
author
Livar
authored
Merge pull request #8089 from livarcocc/update_core_setup_url
Changing the core setup blob url to one that does not use a CDN
2 parents 5bf75e7 + dad3223 commit 5c05d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Microsoft.DotNet.Cli.Prepare.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175

176176
<Target Name="SetupDownloadHostAndSharedFxInputsOutputs" DependsOnTargets="Init">
177177
<PropertyGroup>
178-
<CoreSetupBlobRootUrl Condition="'$(CoreSetupBlobRootUrl)' == ''">https://dotnetcli.azureedge.net/dotnet/</CoreSetupBlobRootUrl>
178+
<CoreSetupBlobRootUrl Condition="'$(CoreSetupBlobRootUrl)' == ''">https://dotnetcli.blob.core.windows.net/dotnet/</CoreSetupBlobRootUrl>
179179
<CoreSetupBlobRootUrlWithChannel>$(CoreSetupBlobRootUrl)$(CoreSetupChannel)</CoreSetupBlobRootUrlWithChannel>
180180
<SharedFrameworkArchiveBlobRootUrl>$(CoreSetupBlobRootUrlWithChannel)/Binaries/$(SharedFrameworkVersion)</SharedFrameworkArchiveBlobRootUrl>
181181
<CoreSetupInstallerBlobRootUrl>$(CoreSetupBlobRootUrlWithChannel)/Installers</CoreSetupInstallerBlobRootUrl>

0 commit comments

Comments
 (0)