rename install.ps1/sh to dotnet-install.ps1/sh to match documentation
This commit is contained in:
parent
0747d31f86
commit
11e3fa36af
5 changed files with 977 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue