Update the dotnet SDK install script URL in build.psm1 (#10927)

This commit is contained in:
Dongbo Wang 2019-10-28 15:50:07 -07:00 committed by Travis Plunk
parent 8b33789286
commit 0effc64534

View file

@ -1569,7 +1569,7 @@ function Install-Dotnet {
# Note that when it is null, Invoke-Expression (but not &) must be used to interpolate properly
$sudo = if (!$NoSudo) { "sudo" }
$installObtainUrl = "https://dot.net/v1"
$installObtainUrl = "https://dotnet.microsoft.com/download/dotnet-core/scripts/v1"
$uninstallObtainUrl = "https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain"
# Install for Linux and OS X