Skip to content

Commit a40f76d

Browse files
authored
Backport Use CDN for .NET Assets for release/5.0
#39007
1 parent 7a30979 commit a40f76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
<!-- Restore feeds -->
288288
<PropertyGroup Label="Restore feeds">
289289
<!-- In an orchestrated build, this may be overridden to other Azure feeds. -->
290-
<DotNetAssetRootUrl Condition="'$(DotNetAssetRootUrl)'==''">https://dotnetcli.blob.core.windows.net/dotnet/</DotNetAssetRootUrl>
290+
<DotNetAssetRootUrl Condition="'$(DotNetAssetRootUrl)'==''">https://dotnetbuilds.azureedge.net/public/</DotNetAssetRootUrl>
291291
<DotNetPrivateAssetRootUrl Condition="'$(DotNetPrivateAssetRootUrl)'==''">https://dotnetclimsrc.blob.core.windows.net/dotnet/</DotNetPrivateAssetRootUrl>
292292
</PropertyGroup>
293293
</Project>

0 commit comments

Comments
 (0)