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