diff --git a/.azure/azure-ci-build-pipeline.yaml b/.azure/azure-ci-build-pipeline.yaml index fa0fec5b..dffa5aa5 100644 --- a/.azure/azure-ci-build-pipeline.yaml +++ b/.azure/azure-ci-build-pipeline.yaml @@ -113,11 +113,11 @@ stages: displayName: 'debug root' - script: | - cd src && pwd && ls + cd $(System.DefaultWorkingDirectory)/src && pwd && ls displayName: 'debug src' - script: | - cd src/coverage/html && pwd && ls + cd $(System.DefaultWorkingDirectory)/src/coverage/html && pwd && ls displayName: 'debug src/coverage/html' - task: PublishCodeCoverageResults@1