From 49affa05552346a8b7e5325f8b84d491afa1e72c Mon Sep 17 00:00:00 2001 From: junglebus <22320807+junglebus@users.noreply.github.com> Date: Sat, 29 Feb 2020 20:46:46 +1100 Subject: [PATCH] Revert pipeline log changes --- azure-pipelines.yml | 15 --------------- 1 file changed, 15 deletions(-) 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/