diff --git a/.azure/azure-ci-build-pipeline.yaml b/.azure/azure-ci-build-pipeline.yaml index 58d5454e..3b46302a 100644 --- a/.azure/azure-ci-build-pipeline.yaml +++ b/.azure/azure-ci-build-pipeline.yaml @@ -108,6 +108,14 @@ stages: testResultsFiles: 'junit/**.xml' testRunTitle: 'Publish test results' + - script: | + pwd && ls + displayName: 'debug root' + + - script: | + cd src && pwd && ls + displayName: 'debug src' + - task: PublishCodeCoverageResults@1 displayName: 'Publish coverage report' inputs: