From 738aeed0a5eff9e0ee6eadcdc564f7f4efe83d29 Mon Sep 17 00:00:00 2001 From: Czar Echavez Date: Fri, 1 Dec 2023 12:05:12 +0000 Subject: [PATCH] #2084: debug pipeline --- .azure/azure-ci-build-pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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