parent
6e3ade1672
commit
06c66638f3
7 changed files with 37 additions and 36 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue