From 74b8f58b365e784999abc29e8735fe618bdf01ab Mon Sep 17 00:00:00 2001 From: Czar Echavez Date: Fri, 1 Dec 2023 11:22:30 +0000 Subject: [PATCH] #2084: debug pipeline --- .azure/azure-ci-build-pipeline.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) 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: