From 31f2f3b7c32784b8c3daefad6de9c615f5912bb6 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 19 Apr 2020 11:28:47 +0200 Subject: [PATCH] fix formatting --- azure-pipelines.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e4e853d56..5bfc0dbeb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -51,10 +51,11 @@ jobs: displayName: 'Run AVX512 SkylakeX docker build / test' - job: Windows-cl - pool: + pool: vmImage: 'windows2019' - - task: CMake@1 - inputs: - workingDirectory: 'build' # Optional - cmakeArgs: -G "Visual Studio 15 2017 Win64" + steps: + - task: CMake@1 + inputs: + workingDirectory: 'build' # Optional + cmakeArgs: '-G "Visual Studio 15 2017 Win64 .."'