switch to repo-local stage0

fixes #200
This commit is contained in:
Andrew Stanton-Nurse 2015-11-16 13:49:29 -08:00
parent 6e3ade1672
commit 06c66638f3
7 changed files with 37 additions and 36 deletions

View file

@ -80,13 +80,7 @@ if (Test-Path "$InstallDir\$DotNetFileName") {
del -for "$InstallDir\$DotNetFileName"
}
say "The .NET Tools have been installed to $InstallDir!"
say "The .NET Tools have been installed to $InstallDir\cli!"
$binPath = "$InstallDir\bin"
if (Test-Path $binPath) {
# New layout
say "Add '$InstallDir\bin' to your PATH to use dotnet"
} else {
# Old layout (temporary)
say "Add '$InstallDir' to your PATH to use dotnet"
}
# New layout
say "Add '$InstallDir\cli\bin' to your PATH to use dotnet"