Skip to content

Commit 761bbb0

Browse files
authored
Update domains (#6217)
1 parent be3c152 commit 761bbb0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

eng/Get-DropVersions.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function ResolveSdkUrl([string]$sdkVersion, [bool]$useStableBranding) {
110110
$sdkUrl = "https://dotnetstage.blob.core.windows.net/$containerVersion-internal/Sdk/$sdkVersion/$zipFile"
111111
}
112112
else {
113-
$sdkUrl = "https://dotnetbuilds.blob.core.windows.net/public/Sdk/$sdkVersion/$zipFile"
113+
$sdkUrl = "https://ci.dot.net/public/Sdk/$sdkVersion/$zipFile"
114114
}
115115
return $sdkUrl
116116
}

eng/update-dependencies/DockerfileShaUpdater.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ private static string GetArch(string[] variableParts)
230230
.Replace("/dotnetcli", "/dotnetclichecksums")
231231
.Replace("/internal/", "/internal-checksums/")
232232
.Replace("/public/", "/public-checksums/")
233-
.Replace("azureedge.net", "blob.core.windows.net")
234233
+ shaExt;
235234

236235
Trace.TraceInformation($"Downloading '{shaUrl}'.");

0 commit comments

Comments
 (0)