Skip to content

Commit

Permalink
Make sure that tests always get uploaded, due to too much indentation…
Browse files Browse the repository at this point in the history
…, condition was not applied (#1455)

Co-authored-by: Christoph Bergmeister <[email protected]>
  • Loading branch information
bergmeister and Christoph Bergmeister authored Apr 20, 2020
1 parent 9098e76 commit 5158f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines-ci/templates/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ steps:
inputs:
testRunner: NUnit
testResultsFiles: 'TestResults.xml'
condition: succeededOrFailed()
condition: succeededOrFailed()

0 comments on commit 5158f4f

Please sign in to comment.