From 00f8eddf8af5a5e1ed0dadb45212d510b067c618 Mon Sep 17 00:00:00 2001 From: Jared Jacobson <71237599+jaredjn@users.noreply.github.com> Date: Mon, 13 Sep 2021 10:41:55 +1000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7ebcbd943..2b7a0fb21 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,15 +21,11 @@ steps: inputs: script: | echo "Structure of work folder of this pipeline:" - tree $(Agent.WorkFolder)\1 /f + tree $(Agent.WorkFolder) /f echo "Build.ArtifactStagingDirectory:" - echo "$(Build.ArtifactStagingDirectory)" + echo "$(Build.ArtifactStagingDirectory)" echo "Build.BinariesDirectory:" echo "$(Build.BinariesDirectory)" echo "Build.SourcesDirectory:" echo "$(Build.SourcesDirectory)" -- task: CmdLine@2 - name: Build - inputs: - workingDirectory: '$(Build.Repository.LocalPath)/dendrite' - script: './build.sh' \ No newline at end of file + tree $(Build.SourcesDirectory) /f