#2084: debug pipeline
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user