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 882d438 commit a92e017Copy full SHA for a92e017
eng/Versions.props
@@ -287,7 +287,7 @@
287
<!-- Restore feeds -->
288
<PropertyGroup Label="Restore feeds">
289
<!-- In an orchestrated build, this may be overridden to other Azure feeds. -->
290
- <DotNetAssetRootUrl Condition="'$(DotNetAssetRootUrl)'==''">https://dotnetcli.blob.core.windows.net/dotnet/</DotNetAssetRootUrl>
+ <DotNetAssetRootUrl Condition="'$(DotNetAssetRootUrl)'==''">https://dotnetcli.azureedge.net/dotnet/</DotNetAssetRootUrl>
291
<DotNetPrivateAssetRootUrl Condition="'$(DotNetPrivateAssetRootUrl)'==''">https://dotnetclimsrc.blob.core.windows.net/dotnet/</DotNetPrivateAssetRootUrl>
292
</PropertyGroup>
293
</Project>
0 commit comments