Skip to content

Commit

Permalink
updating the script to use new CDN (#10315)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuldeep-MS authored Jan 20, 2025
1 parent c5838f2 commit ad9c7ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dotnet-test-install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1040,8 +1040,8 @@ function Get-AkaMsLink-And-Version([string] $NormalizedChannel, [string] $Normal
function Get-Feeds-To-Use()
{
$feeds = @(
"https://dotnetcli.azureedge.net/dotnet",
"https://dotnetbuilds.azureedge.net/public"
"https://builds.dotnet.microsoft.com/dotnet",
"https://ci.dot.net/public"
)

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

if ($NoCdn) {
$feeds = @(
"https://dotnetcli.blob.core.windows.net/dotnet",
"https://dotnetbuilds.blob.core.windows.net/public"
"https://builds.dotnet.microsoft.com/dotnet",
"https://ci.dot.net/public"
)

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

0 comments on commit ad9c7ba

Please sign in to comment.