From fa680209e011fc7b7d4fbe04da47fbe6d1d4b237 Mon Sep 17 00:00:00 2001 From: Christopher Felegy Date: Sat, 16 Mar 2019 17:25:16 -0400 Subject: [PATCH] ci: job cannot have a paranthesis --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 51ad78109..87116bcc0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,13 +11,13 @@ jobs: steps: - template: azure/build.yml -- job: Windows (Non-deploy) +- job: Windows without deploy pool: vmImage: 'vs2017-win2016' steps: - template: azure/build.yml -- job: Windows (Deploy) +- job: Windows with deploy pool: vmImage: 'vs2017-win2016' condition: |