From 144134446d8302f8f5f59f4a02952fd61ee1e2ba Mon Sep 17 00:00:00 2001 From: ta264 Date: Tue, 27 Apr 2021 19:59:25 +0100 Subject: [PATCH] Fail build on BSD integration test fails (cherry picked from commit aa07f3039e039387a54acabed2acdcd7d6d4830d) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 668492293..7f9648a50 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -604,7 +604,7 @@ stages: testResultsFormat: 'NUnit' testResultsFiles: '**/TestResult.xml' testRunTitle: 'FreeBSD Integration Tests' - failTaskOnFailedTests: false + failTaskOnFailedTests: true displayName: Publish Test Results - job: Integration_Docker