diff --git a/.azuredevops/pipelines/templates/publish-stepsnew.yml b/.azuredevops/pipelines/templates/publish-job.yml similarity index 90% rename from .azuredevops/pipelines/templates/publish-stepsnew.yml rename to .azuredevops/pipelines/templates/publish-job.yml index 6b543c807..2ad90910d 100644 --- a/.azuredevops/pipelines/templates/publish-stepsnew.yml +++ b/.azuredevops/pipelines/templates/publish-job.yml @@ -1,5 +1,14 @@ +variables: + - template: templates/variables.yml + jobs: +- job: Build + pool: + vmImage: ${{ variables.vmImage }} + steps: + - template: build-steps.yml + - template: publish-os-steps.yml parameters: name: 'Win10-x64'