diff --git a/.azure-pipelines/templates/jobs/setup_dependencies.yaml b/.azure-pipelines/templates/jobs/setup_dependencies.yaml index 312af5be0..4e4c139ff 100644 --- a/.azure-pipelines/templates/jobs/setup_dependencies.yaml +++ b/.azure-pipelines/templates/jobs/setup_dependencies.yaml @@ -62,7 +62,7 @@ jobs: targetPath: '$(Build.Repository.LocalPath)' # Compile dependencies - - template: ./../steps/make.yaml + - template: ./../../steps/make.yaml parameters: makeJob: dependencies makeService: ${{parameters.serviceName}}