From c4e6af4bade71b4622ea7acd253d836c051c55de Mon Sep 17 00:00:00 2001 From: Matthew Parkinson Date: Wed, 16 Jan 2019 15:22:29 +0000 Subject: [PATCH] Remove spaces from CI task names --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index eb5acbf..bdf55ab 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -50,7 +50,7 @@ phases: failOnStderr: true displayName: 'LD_PRELOAD Compile' -- phase: Windows 64bit +- phase: Windows64bit queue: name: 'Hosted VS2017' parallel: 2 @@ -76,7 +76,7 @@ phases: workingDirectory: build displayName: 'Run Ctest' -- phase: Windows 32bit +- phase: Windows32bit queue: name: 'Hosted VS2017' parallel: 2