Try and find azure logs

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

View File

@ -375,7 +375,7 @@ stages:
workingDirectory: /
targetType: inline
script: |
Get-Childitem Path / -Recurse
Get-Childitem Path /home -Recurse
- task: Bash@3
displayName: Try and Find Logs 3
@ -384,4 +384,4 @@ stages:
workingDirectory: /
targetType: inline
script: |
ls -LR /_diag
ls -LR /home