Skip to content

Commit 5158f4f

Browse files
bergmeisterChristoph Bergmeister
and
Christoph Bergmeister
authored
Make sure that tests always get uploaded, due to too much indentation, condition was not applied (#1455)
Co-authored-by: Christoph Bergmeister <christoph.bergmeister@bjss.com>
1 parent 9098e76 commit 5158f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines-ci/templates/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ steps:
2121
inputs:
2222
testRunner: NUnit
2323
testResultsFiles: 'TestResults.xml'
24-
condition: succeededOrFailed()
24+
condition: succeededOrFailed()

0 commit comments

Comments
 (0)