From 0a2afe692f2e1b94196e26e5a16200b87cc4e2ea Mon Sep 17 00:00:00 2001 From: ta264 Date: Tue, 27 Apr 2021 21:56:11 +0100 Subject: [PATCH] Fail build on BSD integration test fails --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1a49baebd..1d2129702 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -651,7 +651,7 @@ stages: testResultsFormat: 'NUnit' testResultsFiles: '**/TestResult.xml' testRunTitle: 'FreeBSD Integration Tests' - failTaskOnFailedTests: false + failTaskOnFailedTests: true displayName: Publish Test Results - job: Integration_Docker