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 b2aef9e commit 47a9539Copy full SHA for 47a9539
azure/test.yml
@@ -21,12 +21,14 @@ steps:
21
--set-timeout 120 \
22
${{ parameters.runTestsParameters }}
23
displayName: 'Test ${{ parameters.configurationName }} ${{ parameters.runTestsName }}'
24
- condition: and(failed())
+ condition: succeeded()
25
+ condition: failed()
26
- task: PublishTestResults@2
27
inputs:
28
testResultsFormat: 'JUnit'
29
testResultsFiles: junit.xml
30
testRunTitle: '${{ parameters.configurationName }} ${{ parameters.runTestsName }}'
31
failTaskOnFailedTests: true
32
displayName: 'Export ${{ parameters.configurationName }} ${{ parameters.runTestsName }} Results'
33
34
0 commit comments