Make dotnet cli portable
This commit is contained in:
parent
8df6f5405d
commit
18436e325e
38 changed files with 194 additions and 71 deletions
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
|
||||
# Put the stage2 output on the front of the path
|
||||
$stage2 = "$PSScriptRoot\..\artifacts\win10-x64\stage2\bin"
|
||||
$stage2 = "$PSScriptRoot\..\artifacts\win10-x64\stage2"
|
||||
if (Test-Path $stage2) {
|
||||
$splat = $env:PATH.Split(";")
|
||||
$stage2 = Convert-Path $stage2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue