From 4c70cdafd1aa0b90d58f84db0f243c5bb8969c8c Mon Sep 17 00:00:00 2001 From: Quin Lynch <49576606+quinchs@users.noreply.github.com> Date: Mon, 4 Oct 2021 13:53:55 -0300 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 89e0c9df3..07c8372b9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,8 +19,17 @@ jobs: steps: - template: azure/build.yml -- job: Linux_deploy - pool: default +- job: Windows_build + pool: + vmImage: 'windows-latest' + condition: ne(variables['Build.SourceBranch'], 'refs/heads/release/3.x') + steps: + - template: azure/build.yml + + +- job: Windows_deploy + pool: + vmImage: 'windows-latest' condition: | and ( succeeded(),