Skip to content

Commit

Permalink
Update dotnetcli domain (fsprojects#2849)
Browse files Browse the repository at this point in the history
  • Loading branch information
richlander authored Jan 8, 2025
1 parent 048b97b commit 40a0fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/legacy/FakeLib/DotNetCLIHelper.fs
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ let InstallDotNetSDK sdkVersion =
else
sprintf "dotnet-dev-osx-x64.%s.tar.gz" sdkVersion

let downloadPath = sprintf "https://dotnetcli.azureedge.net/dotnet/Sdk/%s/%s" sdkVersion archiveFileName
let downloadPath = sprintf "https://builds.dotnet.microsoft.com/dotnet/Sdk/%s/%s" sdkVersion archiveFileName
downloadSDK downloadPath archiveFileName
with
| _ ->
Expand Down

0 comments on commit 40a0fbd

Please sign in to comment.