From c6e5cf664239e8748f41b9b89beb25311e1af21d Mon Sep 17 00:00:00 2001 From: robert Date: Fri, 13 Feb 2026 20:16:02 +1000 Subject: [PATCH] Remove dotnet mirrors --- build/Build.InstallDotNetSdk.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build/Build.InstallDotNetSdk.cs b/build/Build.InstallDotNetSdk.cs index 92f9e520d..ab607ef80 100644 --- a/build/Build.InstallDotNetSdk.cs +++ b/build/Build.InstallDotNetSdk.cs @@ -225,11 +225,7 @@ static async Task DownloadDotNetSdk(Lazy httpClient, string { // CDN's "https://builds.dotnet.microsoft.com/dotnet", - "https://ci.dot.net/public", - - // direct - "https://dotnetcli.blob.core.windows.net/dotnet", - "https://dotnetbuilds.blob.core.windows.net/public" + "https://ci.dot.net/public" }; static async Task PerformOperationWithFeedAndRetries(Func> performOperation)