From fb843136664e1ff2ff3f9f5d215db029dc207880 Mon Sep 17 00:00:00 2001 From: Jared Jacobson <71237599+jaredjn@users.noreply.github.com> Date: Mon, 13 Sep 2021 10:37:28 +1000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 00f32043f..7ebcbd943 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,6 +16,18 @@ variables: modulePath: '$(GOPATH)/src/github.com/$(build.repository.name)' # Path to the module's code steps: +- task: CmdLine@2 + displayName: 'List all directories' + inputs: + script: | + echo "Structure of work folder of this pipeline:" + tree $(Agent.WorkFolder)\1 /f + echo "Build.ArtifactStagingDirectory:" + echo "$(Build.ArtifactStagingDirectory)" + echo "Build.BinariesDirectory:" + echo "$(Build.BinariesDirectory)" + echo "Build.SourcesDirectory:" + echo "$(Build.SourcesDirectory)" - task: CmdLine@2 name: Build inputs: