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 7a30979 commit a40f76dCopy full SHA for a40f76d
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://dotnetbuilds.azureedge.net/public/</DotNetAssetRootUrl>
291
<DotNetPrivateAssetRootUrl Condition="'$(DotNetPrivateAssetRootUrl)'==''">https://dotnetclimsrc.blob.core.windows.net/dotnet/</DotNetPrivateAssetRootUrl>
292
</PropertyGroup>
293
</Project>
0 commit comments