Skip to content
This repository was archived by the owner on Jan 24, 2021. It is now read-only.

Commit d803cce

Browse files
khellangthecodejunkie
authored andcommitted
Fix install script location
The old URL is dead
1 parent 244b940 commit d803cce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function Install-Dotnet
55
if(($LASTEXITCODE -ne 0) -Or ((Test-Path Env:\APPVEYOR) -eq $true))
66
{
77
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')) }
8+
& { iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.ps1')) }
99
}
1010
}
1111

0 commit comments

Comments
 (0)