#2084: debug pipeline

This commit is contained in:
Czar Echavez
2023-12-01 11:22:30 +00:00
parent 4ad93b0961
commit 74b8f58b36

View File

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