Fixes #1280
PR Feedback for resgen tests don't trim update use-dev for win10 additional product changes More fixes fix fix resgen
This commit is contained in:
parent
e486fb2020
commit
ccce495737
6 changed files with 34 additions and 23 deletions
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
|
||||
# Put the stage2 output on the front of the path
|
||||
$stage2 = "$PSScriptRoot\..\artifacts\win7-x64\stage2\bin"
|
||||
$stage2 = "$PSScriptRoot\..\artifacts\win10-x64\stage2\bin"
|
||||
if (Test-Path $stage2) {
|
||||
$splat = $env:PATH.Split(";")
|
||||
$stage2 = Convert-Path $stage2
|
||||
|
@ -12,5 +12,5 @@ if (Test-Path $stage2) {
|
|||
$env:PATH="$stage2;$env:PATH"
|
||||
}
|
||||
} else {
|
||||
Write-Host "You don't have a dev build in the 'artifacts\win7-x64\stage2' folder!"
|
||||
Write-Host "You don't have a dev build in the 'artifacts\win10-x64\stage2' folder!"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue