Skip to content

Commit a92e017

Browse files
authored
Backport Use CDN for .NET Assets for release/5.0 (#39044)
* Backport Use CDN for .NET Assets for release/5.0 #39007 * Update Versions.props * Update Versions.props
1 parent 882d438 commit a92e017

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://dotnetcli.azureedge.net/dotnet/</DotNetAssetRootUrl>
291291
<DotNetPrivateAssetRootUrl Condition="'$(DotNetPrivateAssetRootUrl)'==''">https://dotnetclimsrc.blob.core.windows.net/dotnet/</DotNetPrivateAssetRootUrl>
292292
</PropertyGroup>
293293
</Project>

0 commit comments

Comments
 (0)