File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Framework/App.Runtime/src
Installers/Windows/WindowsHostingBundle Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -561,8 +561,8 @@ This package is an internal implementation of the .NET Core SDK and is not meant
561
561
public but un-released (use dotnetbuilds/public), or internal and unreleased (use dotnetbuilds/internal) -->
562
562
<ItemGroup >
563
563
<UrisToDownload Include =" https://dotnetcli.azureedge.net/dotnet/$(DotNetRuntimeDownloadPath)" />
564
- <UrisToDownload Include =" https://dotnetbuilds.azureedge .net/public/$(DotNetRuntimeDownloadPath)" />
565
- <UrisToDownload Include =" https://dotnetbuilds.azureedge .net/internal/$(DotNetRuntimeDownloadPath)"
564
+ <UrisToDownload Include =" https://ci.dot .net/public/$(DotNetRuntimeDownloadPath)" />
565
+ <UrisToDownload Include =" https://ci.dot .net/internal/$(DotNetRuntimeDownloadPath)"
566
566
Condition =" '$(DotnetRuntimeSourceFeedKey)' != '' " >
567
567
<token >$(DotnetRuntimeSourceFeedKey)</token >
568
568
</UrisToDownload >
Original file line number Diff line number Diff line change 84
84
<ItemGroup >
85
85
<UrisToDownload Remove =" @(UrisToDownload)" />
86
86
<UrisToDownload Include =" https://dotnetcli.azureedge.net/dotnet/Runtime/%(RemoteAsset.Identity)" />
87
- <UrisToDownload Include =" https://dotnetbuilds.azureedge .net/public/Runtime/%(RemoteAsset.Identity)" />
88
- <UrisToDownload Include =" https://dotnetbuilds.azureedge .net/internal/Runtime/%(RemoteAsset.Identity)"
87
+ <UrisToDownload Include =" https://ci.dot .net/public/Runtime/%(RemoteAsset.Identity)" />
88
+ <UrisToDownload Include =" https://ci.dot .net/internal/Runtime/%(RemoteAsset.Identity)"
89
89
Condition =" '$(DotnetRuntimeSourceFeedKey)' != '' " >
90
90
<token >$(DotnetRuntimeSourceFeedKey)</token >
91
91
</UrisToDownload >
You can’t perform that action at this time.
0 commit comments