We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320cbc8 commit ce77aaeCopy full SHA for ce77aae
1 file changed
azure/azure-build-pipeline.yml
@@ -58,7 +58,6 @@ extends:
58
- task: PublishTestResults@2
59
inputs:
60
testResultsFormat: "JUnit"
61
- testResultsFiles: "./reports/tests/*.xml"
+ testResultsFiles: "../../reports/tests/*.xml"
62
failTaskOnFailedTests: true
63
- searchFolder: "${{ variables.service_name }}"
64
displayName: publish test report
0 commit comments