From 6c67b7a8deeb8d169eddc49ceb48b8034d449dcf Mon Sep 17 00:00:00 2001 From: junglebus <22320807+junglebus@users.noreply.github.com> Date: Sat, 29 Feb 2020 20:11:15 +1100 Subject: [PATCH] Try and find azure logs --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f71283eab..6bd9a2932 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -375,7 +375,7 @@ stages: workingDirectory: / targetType: inline script: | - Get-Childitem –Path / -Recurse + Get-Childitem –Path /home -Recurse - task: Bash@3 displayName: Try and Find Logs 3 @@ -384,4 +384,4 @@ stages: workingDirectory: / targetType: inline script: | - ls -LR /_diag + ls -LR /home