Try and Find log files

This commit is contained in:
junglebus
2020-02-29 19:46:05 +11:00
committed by GitHub
parent 8373ee3b0c
commit f0138405a6

View File

@@ -367,3 +367,19 @@ stages:
isDraft: true isDraft: true
addChangeLog: true addChangeLog: true
compareWith: lastNonDraftRelease 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
inputs:
workingDirectory: /
targetType: inline
script: |
Get-Childitem Path / -Recurse