rename install.ps1/sh to dotnet-install.ps1/sh to match documentation

This commit is contained in:
Krzysztof Wicher 2016-04-07 10:32:52 -07:00
parent 0747d31f86
commit 11e3fa36af
5 changed files with 977 additions and 3 deletions

View file

@ -62,7 +62,7 @@ if (!(Test-Path $env:DOTNET_INSTALL_DIR))
# Install a stage 0
Write-Host "Installing .NET Core CLI Stage 0 from beta channel"
& "$PSScriptRoot\obtain\install.ps1" -Channel $env:CHANNEL -Architecture $Architecture -Verbose
& "$PSScriptRoot\obtain\dotnet-install.ps1" -Channel $env:CHANNEL -Architecture $Architecture -Verbose
# Put the stage0 on the path
$env:PATH = "$env:DOTNET_INSTALL_DIR;$env:PATH"