diff --git a/.azure/azure-ci-build-pipeline.yaml b/.azure/azure-ci-build-pipeline.yaml index 3b46302a..fa0fec5b 100644 --- a/.azure/azure-ci-build-pipeline.yaml +++ b/.azure/azure-ci-build-pipeline.yaml @@ -109,13 +109,17 @@ stages: testRunTitle: 'Publish test results' - script: | - pwd && ls + echo '$(System.DefaultWorkingDirectory)' && pwd && ls displayName: 'debug root' - script: | cd src && pwd && ls displayName: 'debug src' + - script: | + cd src/coverage/html && pwd && ls + displayName: 'debug src/coverage/html' + - task: PublishCodeCoverageResults@1 displayName: 'Publish coverage report' inputs: