Fix install scripts to deal with content type change.

This commit is contained in:
PiotrP 2016-05-11 17:45:48 -07:00 committed by Eric Erhardt
parent 129fe216be
commit d906524dec
3 changed files with 15 additions and 3 deletions

View file

@ -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