Skip to content

Commit 47356f1

Browse files
authored
Backport Use CDN for .NET Assets for release/3.1 (#39046)
* Backport Use CDN for .NET Assets for release/3.1 * Update Versions.props * Update Versions.props
1 parent 64e134e commit 47356f1

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
@@ -271,7 +271,7 @@
271271
<!-- Restore feeds -->
272272
<PropertyGroup Label="Restore feeds">
273273
<!-- In an orchestrated build, this may be overridden to other Azure feeds. -->
274-
<DotNetAssetRootUrl Condition="'$(DotNetAssetRootUrl)'==''">https://dotnetcli.blob.core.windows.net/dotnet/</DotNetAssetRootUrl>
274+
<DotNetAssetRootUrl Condition="'$(DotNetAssetRootUrl)'==''">https://dotnetcli.azureedge.net/dotnet/</DotNetAssetRootUrl>
275275
<DotNetPrivateAssetRootUrl Condition="'$(DotNetPrivateAssetRootUrl)'==''">https://dotnetclimsrc.blob.core.windows.net/dotnet/</DotNetPrivateAssetRootUrl>
276276
</PropertyGroup>
277277
</Project>

0 commit comments

Comments
 (0)