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