We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e134e commit 47356f1Copy full SHA for 47356f1
eng/Versions.props
@@ -271,7 +271,7 @@
271
<!-- Restore feeds -->
272
<PropertyGroup Label="Restore feeds">
273
<!-- In an orchestrated build, this may be overridden to other Azure feeds. -->
274
- <DotNetAssetRootUrl Condition="'$(DotNetAssetRootUrl)'==''">https://dotnetcli.blob.core.windows.net/dotnet/</DotNetAssetRootUrl>
+ <DotNetAssetRootUrl Condition="'$(DotNetAssetRootUrl)'==''">https://dotnetcli.azureedge.net/dotnet/</DotNetAssetRootUrl>
275
<DotNetPrivateAssetRootUrl Condition="'$(DotNetPrivateAssetRootUrl)'==''">https://dotnetclimsrc.blob.core.windows.net/dotnet/</DotNetPrivateAssetRootUrl>
276
</PropertyGroup>
277
</Project>
0 commit comments