mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Try and Find log files
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user