Skip to content

Commit ad9c7ba

Browse files
authored
updating the script to use new CDN (#10315)
1 parent c5838f2 commit ad9c7ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dotnet-test-install.ps1

+4-4
Original file line numberDiff line numberDiff line change
@@ -1040,8 +1040,8 @@ function Get-AkaMsLink-And-Version([string] $NormalizedChannel, [string] $Normal
10401040
function Get-Feeds-To-Use()
10411041
{
10421042
$feeds = @(
1043-
"https://dotnetcli.azureedge.net/dotnet",
1044-
"https://dotnetbuilds.azureedge.net/public"
1043+
"https://builds.dotnet.microsoft.com/dotnet",
1044+
"https://ci.dot.net/public"
10451045
)
10461046

10471047
if (-not [string]::IsNullOrEmpty($AzureFeed)) {
@@ -1050,8 +1050,8 @@ function Get-Feeds-To-Use()
10501050

10511051
if ($NoCdn) {
10521052
$feeds = @(
1053-
"https://dotnetcli.blob.core.windows.net/dotnet",
1054-
"https://dotnetbuilds.blob.core.windows.net/public"
1053+
"https://builds.dotnet.microsoft.com/dotnet",
1054+
"https://ci.dot.net/public"
10551055
)
10561056

10571057
if (-not [string]::IsNullOrEmpty($UncachedFeed)) {

0 commit comments

Comments
 (0)