Merge branch 'anurse/fix-scripts-and-readme' of https://github.com/dotnet/cli into rel/1.0.0

This commit is contained in:
Sridhar Periyasamy 2016-03-17 21:21:14 -07:00
commit 45d97bb80a
6 changed files with 26 additions and 78 deletions

View file

@ -67,7 +67,7 @@ Write-Host "Installing .NET Core CLI Stage 0 from beta channel"
& "$PSScriptRoot\obtain\install.ps1" -Channel $env:CHANNEL -Architecture $Architecture
# Put the stage0 on the path
$env:PATH = "$env:DOTNET_INSTALL_DIR\cli\bin;$env:PATH"
$env:PATH = "$env:DOTNET_INSTALL_DIR\cli;$env:PATH"
# Restore the build scripts
Write-Host "Restoring Build Script projects..."