File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 234
234
</PropertyGroup >
235
235
236
236
<PropertyGroup >
237
- <OfficialBaseURL >https://dotnetcli.azureedge .net/dotnet/</OfficialBaseURL >
237
+ <OfficialBaseURL >https://dotnetcli.blob.core.windows .net/dotnet/</OfficialBaseURL >
238
238
<!-- Allow overriding the public base URL for Unified Build scenarios to pull assets from a local build. -->
239
- <PublicBaseURL Condition =" '$(PublicBaseURL)' == ''" >https://dotnetbuilds.azureedge .net/public/</PublicBaseURL >
240
- <InternalBaseURL >https://dotnetbuilds.azureedge .net/internal/</InternalBaseURL >
239
+ <PublicBaseURL Condition =" '$(PublicBaseURL)' == ''" >https://dotnetbuilds.blob.core.windows .net/public/</PublicBaseURL >
240
+ <InternalBaseURL >https://dotnetbuilds.blob.core.windows .net/internal/</InternalBaseURL >
241
241
<!-- Allow overriding where installers are pulled in from previously completed jobs in Unified Build scenarios. -->
242
242
<CrossArchitectureInstallerBasePath Condition =" '$(CrossArchitectureInstallerBasePath)' == ''" >$(ArtifactsShippingPackagesDir)</CrossArchitectureInstallerBasePath >
243
243
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments