From b67ed07915ae955674e1a7f889879ba2c6fc91eb Mon Sep 17 00:00:00 2001 From: redth Date: Tue, 7 Jan 2025 13:28:53 -0500 Subject: [PATCH] Use newer CDN urls Updates for: https://github.com/dotnet/core/issues/9671 --- eng/common/tools.ps1 | 2 +- eng/common/tools.sh | 2 +- src/DotNet/DotNet.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index aa94fb174596..a46b6deb7598 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -320,7 +320,7 @@ function InstallDotNet([string] $dotnetRoot, $variations += @($installParameters) $dotnetBuilds = $installParameters.Clone() - $dotnetbuilds.AzureFeed = "https://dotnetbuilds.azureedge.net/public" + $dotnetbuilds.AzureFeed = "https://ci.dot.net/public" $variations += @($dotnetBuilds) if ($runtimeSourceFeed) { diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 00473c9f918d..1159726a10fd 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -232,7 +232,7 @@ function InstallDotNet { local public_location=("${installParameters[@]}") variations+=(public_location) - local dotnetbuilds=("${installParameters[@]}" --azure-feed "https://dotnetbuilds.azureedge.net/public") + local dotnetbuilds=("${installParameters[@]}" --azure-feed "https://ci.dot.net/public") variations+=(dotnetbuilds) if [[ -n "${6:-}" ]]; then diff --git a/src/DotNet/DotNet.csproj b/src/DotNet/DotNet.csproj index 3780f2c116f8..27038bbae78b 100644 --- a/src/DotNet/DotNet.csproj +++ b/src/DotNet/DotNet.csproj @@ -5,7 +5,7 @@ true true https://dotnetbuilds.blob.core.windows.net/internal - https://dotnetcli.azureedge.net/dotnet + https://builds.dotnet.microsoft.com/dotnet $(MauiRootDirectory)/artifacts true $(PRIVATE_BUILD)