From af72f85f61fa02528d7c2dfffa62d387ef991978 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Fri, 21 Feb 2020 12:19:34 +0000 Subject: [PATCH] wip --- .azuredevops/pipelines/{templates => }/publish-job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .azuredevops/pipelines/{templates => }/publish-job.yml (96%) 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: