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