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

Commit dad3223

Browse files
committed
Changing the core setup blob url to one that does not use a CDN to try and see if that gets us over signing problems we are seeing.
1 parent 5bf75e7 commit dad3223

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)