Try and find pipeline logs

This commit is contained in:
junglebus 2020-02-29 20:00:24 +11:00 committed by GitHub
parent f0138405a6
commit 368947a061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 8 deletions

View File

@ -368,18 +368,20 @@ stages:
addChangeLog: true
compareWith: lastNonDraftRelease
- task: PowerShell@2
displayName: Try and Find Logs
inputs:
workingDirectory: /
targetType: inline
script: |
Get-Childitem Path /_diag -Recurse
- task: PowerShell@2
displayName: Try and Find Logs 2
condition: always()
inputs:
workingDirectory: /
targetType: inline
script: |
Get-Childitem Path / -Recurse
- task: Bash@3
displayName: Try and Find Logs 3
condition: always()
inputs:
workingDirectory: /
targetType: inline
script: |
ls -LR /_diag