Fix install path for update-dependencies.ps1.
This commit is contained in:
parent
21782dd8fb
commit
46db1a69bd
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ Write-Host "Installing .NET Core CLI Stage 0"
|
|||
& "$PSScriptRoot\obtain\install.ps1" -Architecture x64
|
||||
|
||||
# Put the stage0 on the path
|
||||
$env:PATH = "$env:DOTNET_INSTALL_DIR\cli;$env:PATH"
|
||||
$env:PATH = "$env:DOTNET_INSTALL_DIR;$env:PATH"
|
||||
|
||||
$appPath = "$PSScriptRoot\update-dependencies"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue