3 lines
57 B
PowerShell
3 lines
57 B
PowerShell
if ($LASTEXITCODE -ne 0){
|
|
throw "Tests have failed"
|
|
} |
if ($LASTEXITCODE -ne 0){
|
|
throw "Tests have failed"
|
|
} |