diff --git a/.azuredevops/pipelines/templates/publish-job.yml b/.azuredevops/pipelines/publish-job.yml similarity index 96% rename from .azuredevops/pipelines/templates/publish-job.yml rename to .azuredevops/pipelines/publish-job.yml index 2ad90910d..a4ffce26b 100644 --- a/.azuredevops/pipelines/templates/publish-job.yml +++ b/.azuredevops/pipelines/publish-job.yml @@ -7,7 +7,7 @@ jobs: pool: vmImage: ${{ variables.vmImage }} steps: - - template: build-steps.yml + - template: templates/build-steps.yml - template: publish-os-steps.yml parameters: