Fix install scripts to deal with content type change.
This commit is contained in:
parent
129fe216be
commit
d906524dec
3 changed files with 15 additions and 3 deletions
|
@ -61,7 +61,7 @@ if (!(Test-Path $env:DOTNET_INSTALL_DIR))
|
|||
}
|
||||
|
||||
# Install a stage 0
|
||||
Write-Host "Installing .NET Core CLI Stage 0 from beta channel"
|
||||
Write-Host "Installing .NET Core CLI ($Architecture) Stage 0 from '$env:CHANNEL' channel"
|
||||
& "$PSScriptRoot\obtain\dotnet-install.ps1" -Channel $env:CHANNEL -Architecture $Architecture -Verbose
|
||||
|
||||
# Put the stage0 on the path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue