bootstrap ci: add exit code validation for windows (#45221)

This commit is contained in:
John W. Parent
2024-07-13 01:07:45 -04:00
committed by GitHub
parent 2ca733bbc1
commit e2844e2fef
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
if ($LASTEXITCODE -ne 0){
throw "Unit Tests have failed"
throw "Tests have failed"
}