diff --git a/.azure-pipelines/templates/jobs/setup_dependencies.yaml b/.azure-pipelines/templates/jobs/setup_dependencies.yaml index 831d6bf1c..312af5be0 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: .azure-pipelines/templates/steps/make.yaml + - template: ./../steps/make.yaml parameters: makeJob: dependencies makeService: ${{parameters.serviceName}}