Skip to content

Commit 6f2d023

Browse files
committed
exit $LASTEXITCODE
1 parent 2d87898 commit 6f2d023

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eng/pipelines/templates/jobs/live.tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ jobs:
196196
$env:AZURESUBSCRIPTION_TENANT_ID = $account.Tenants
197197
198198
ctest $(WindowsCtestConfig) -V --tests-regex "${{ parameters.CtestRegex }}" --no-compress-output -T Test
199+
exit $LASTEXITCODE
199200
workingDirectory: build
200201
env:
201202
SYSTEM_ACCESSTOKEN: $(System.AccessToken)

0 commit comments

Comments
 (0)