diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e6abf6afa..bd558d0ad 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -367,18 +367,3 @@ stages: isDraft: true addChangeLog: true compareWith: lastNonDraftRelease - - - task: PowerShell@2 - displayName: Try and Find Logs 2 - condition: always() - inputs: - workingDirectory: / - targetType: inline - script: | - Get-Content -Path /home/vsts/agents/**/_diag/Agent_*.log - Get-Content -Path /home/vsts/agents/**/_diag/Worker_*.log - - - task: PublishBuildArtifacts@1 - condition: always() - inputs: - pathtoPublish: /home/vsts/agents/**/_diag/