From b8d73811d27f24df6f17a548c3514898d3446f94 Mon Sep 17 00:00:00 2001 From: ta264 Date: Thu, 6 Aug 2020 18:46:51 +0100 Subject: [PATCH] Fail on docker integration tests also --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1bf53f1e3..2cc94837a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -561,7 +561,7 @@ stages: testResultsFormat: 'NUnit' testResultsFiles: '**/TestResult.xml' testRunTitle: '$(testName) Integration Tests' - failTaskOnFailedTests: false + failTaskOnFailedTests: true displayName: Publish Test Results - stage: Automation