From 0bb909753431606448d4d7cbb1710f0d9ef4c010 Mon Sep 17 00:00:00 2001 From: Christopher Felegy Date: Sat, 16 Mar 2019 17:29:04 -0400 Subject: [PATCH] ci: can't have spaces either --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 87116bcc0..a3233e4ec 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,13 +11,13 @@ jobs: steps: - template: azure/build.yml -- job: Windows without deploy +- job: Windows_build pool: vmImage: 'vs2017-win2016' steps: - template: azure/build.yml -- job: Windows with deploy +- job: Windows_deploy pool: vmImage: 'vs2017-win2016' condition: |