From d1e75107658b7f546ef4d938164f0ebb570b49dd Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 19 Apr 2020 13:24:17 +0200 Subject: [PATCH] fix indentation --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 23c107910..8a8f35a08 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -59,7 +59,7 @@ jobs: workingDirectory: 'build' # Optional cmakeArgs: '-G "Visual Studio 16 2019" ..' - task: CMake@1 - inputs: + inputs: cmakeArgs: '--build . --config Release' workingDirectory: 'build'