bootstrap ci: add exit code validation for windows (#45221)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
if ($LASTEXITCODE -ne 0){
|
||||
throw "Unit Tests have failed"
|
||||
throw "Tests have failed"
|
||||
}
|
Reference in New Issue
Block a user