Skip to content

Commit

Permalink
Force azure pipelines to fail on a single error
Browse files Browse the repository at this point in the history
  • Loading branch information
gdiazlo committed Mar 14, 2019
1 parent 1887231 commit 0fbf825
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ steps:
inputs:
testRunner: JUnit
testResultsFiles: $(System.DefaultWorkingDirectory)/**/report.xml
failOnStandardError: 'true'

- task: PublishCodeCoverageResults@1
inputs:
Expand Down

0 comments on commit 0fbf825

Please sign in to comment.