We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0acf2 commit 8cdf0b6Copy full SHA for 8cdf0b6
tools/helper.psm1
@@ -64,7 +64,7 @@ function Install-Dotnet {
64
return # Simply return if we find dotnet SDk with the correct version
65
} catch { }
66
67
- $obtainUrl = "https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain"
+ $obtainUrl = "https://dot.net/v1/"
68
69
try {
70
$installScript = if ($IsWindowsEnv) { "dotnet-install.ps1" } else { "dotnet-install.sh" }
0 commit comments