We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a87dd commit 65b89e9Copy full SHA for 65b89e9
azure-pipelines/test.yml
@@ -36,6 +36,16 @@ jobs:
36
env:
37
DISPLAY: :99.0
38
39
+ - task: PublishTestResults@2
40
+ condition: succeededOrFailed()
41
+ displayName: 'Publish Test Results'
42
+ inputs:
43
+ testResultsFormat: 'JUnit'
44
+ testResultsFiles: '*junit.xml'
45
+ searchFolder: '$(Build.SourcesDirectory)/out'
46
+ mergeTestResults: true
47
+ publishRunAttachments: true
48
+
49
- task: PublishPipelineArtifact@1
50
condition: failed()
51
displayName: 'Upload integration test logs'
0 commit comments