#2084: debug pipeline

This commit is contained in:
Czar Echavez
2023-12-01 11:38:34 +00:00
parent 74b8f58b36
commit 6430a7588d

View File

@@ -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: