diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bd558d0ad..63225bf24 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -367,3 +367,19 @@ stages: isDraft: true 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 + inputs: + workingDirectory: / + targetType: inline + script: | + Get-Childitem –Path / -Recurse