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.
2 parents 8b025b2 + 36f77df commit 719cfe5Copy full SHA for 719cfe5
azure-pipelines.acr.yml
@@ -18,6 +18,7 @@ steps:
18
pswd: $(dockerPassword)
19
20
- task: PublishTestResults@2
21
+ condition: succeededOrFailed()
22
inputs:
23
testResultsFiles: '**/TEST-RESULTS.xml'
24
testRunTitle: 'Test results for JavaScript'
azure-pipelines.docker.yml
0 commit comments