Skip to content

Commit fb02179

Browse files
Copilotbaywet
andauthored
ci(azure): log mtp test app failures
Co-authored-by: baywet <7905502+baywet@users.noreply.github.com>
1 parent 3145024 commit fb02179

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.azure-pipelines/ci-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ extends:
124124
--results-directory $testResultsDirectory `
125125
--minimum-expected-tests 1
126126
if ($LASTEXITCODE -ne 0) {
127+
Write-Error "$($testExecutable.Name) failed with exit code $LASTEXITCODE"
127128
if ($exitCode -eq 0) {
128129
$exitCode = $LASTEXITCODE
129130
}

0 commit comments

Comments
 (0)