From 213420658e07f2989fd5dab5e5b2a75e8c015365 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Fri, 21 Feb 2020 12:18:41 +0000 Subject: [PATCH] wip --- .../templates/{publish-stepsnew.yml => publish-job.yml} | 9 +++++++++ 1 file changed, 9 insertions(+) rename .azuredevops/pipelines/templates/{publish-stepsnew.yml => publish-job.yml} (90%) 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'