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 591391e commit 9135086Copy full SHA for 9135086
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://dotnetbuilds.azureedge.net/public/</DotNetAssetRootUrl>
275
<DotNetPrivateAssetRootUrl Condition="'$(DotNetPrivateAssetRootUrl)'==''">https://dotnetclimsrc.blob.core.windows.net/dotnet/</DotNetPrivateAssetRootUrl>
276
</PropertyGroup>
277
</Project>
0 commit comments