We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de1354 commit 0093683Copy full SHA for 0093683
azure/azure-build-pipeline.yml
@@ -60,4 +60,5 @@ extends:
60
testResultsFormat: "JUnit"
61
testResultsFiles: "./reports/tests/*.xml"
62
failTaskOnFailedTests: true
63
- displayName: publish test report
+ displayName: publish test report
64
+ workingDirectory: "${{ variables.service_name }}"
0 commit comments