ss
This commit is contained in:
+1
-2
@@ -176,8 +176,7 @@ variables:
|
||||
echo "-----------------------"
|
||||
$env:TOOLS_MACHINE_PATH = "$env:MACHINES_PATH_R\$env:MANUFACTURER\_DefaultMachineSetup\$env:MACH_NAME";
|
||||
Write-Output $env:TOOLS_MACHINE_PATH;
|
||||
$toolsPath = "$env:TOOLS_MACHINE_PATH\"
|
||||
$testPath = Test-Path -Path $toolsPath
|
||||
$testPath = $env:TOOLS_MACHINE_PATH | Test-Path
|
||||
Write-Output $testPath
|
||||
if (!(Test-Path -Path $env:TOOLS_MACHINE_PATH)) {
|
||||
echo "-----------------------"
|
||||
|
||||
Reference in New Issue
Block a user