Skip to content

Commit 8cdf0b6

Browse files
Update script source to install the .Net SDK
1 parent 0f0acf2 commit 8cdf0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/helper.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function Install-Dotnet {
6464
return # Simply return if we find dotnet SDk with the correct version
6565
} catch { }
6666

67-
$obtainUrl = "https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain"
67+
$obtainUrl = "https://dot.net/v1/"
6868

6969
try {
7070
$installScript = if ($IsWindowsEnv) { "dotnet-install.ps1" } else { "dotnet-install.sh" }

0 commit comments

Comments
 (0)