mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Add more logging
This commit is contained in:
parent
ea64dc5e45
commit
49f62dc336
@ -59,7 +59,7 @@ function appveyorFinished {
|
|||||||
switch ($job.status) {
|
switch ($job.status) {
|
||||||
"failed" { throw "AppVeyor's Job ($($job.jobId)) failed." }
|
"failed" { throw "AppVeyor's Job ($($job.jobId)) failed." }
|
||||||
"success" { continue }
|
"success" { continue }
|
||||||
Default { $allSuccess = $false }
|
Default { Write-Host "Job status: $($job.status)"; Write-Host $job ;$allSuccess = $false }
|
||||||
}
|
}
|
||||||
} `
|
} `
|
||||||
-End { if ($allSuccess) { return $true } }
|
-End { if ($allSuccess) { return $true } }
|
||||||
|
Loading…
Reference in New Issue
Block a user