From 6430a7588d57c57211a3920d8f377de3abed2dec Mon Sep 17 00:00:00 2001 From: Czar Echavez Date: Fri, 1 Dec 2023 11:38:34 +0000 Subject: [PATCH] #2084: debug pipeline --- .azure/azure-ci-build-pipeline.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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: