From 078f360dd819b0bcb2b5db174fa331b245af2d08 Mon Sep 17 00:00:00 2001 From: Jared Jacobson <71237599+jaredjn@users.noreply.github.com> Date: Mon, 13 Sep 2021 10:29:05 +1000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fecec2061..cf2f1459d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -41,4 +41,5 @@ steps: - task: CmdLine@2 name: Build inputs: + workingDirectory: '$(Build.Repository.LocalPath)' script: './build.sh' \ No newline at end of file