Skip to content

Commit 31df8ce

Browse files
committed
Always publish test results
1 parent e8f1deb commit 31df8ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252

5353
- task: PublishTestResults@2
5454
displayName: Publish test results
55+
condition: always()
5556
inputs:
5657
testResultsFormat: xUnit
5758
testResultsFiles: 'build/*.xml'

0 commit comments

Comments
 (0)