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 244b940 commit d803cceCopy full SHA for d803cce
1 file changed
build.ps1
@@ -5,7 +5,7 @@ function Install-Dotnet
5
if(($LASTEXITCODE -ne 0) -Or ((Test-Path Env:\APPVEYOR) -eq $true))
6
{
7
Write-Host "Dotnet CLI not found - downloading latest version"
8
- & { iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/install.ps1')) }
+ & { iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.ps1')) }
9
}
10
11
0 commit comments