From 6d9b4013a444b01bde4fc432ed644a922f834fc9 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 19 Apr 2020 12:31:11 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f8a9cfa3f..ae1d445c9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -58,4 +58,8 @@ jobs: inputs: workingDirectory: 'build' # Optional cmakeArgs: '-G "Visual Studio 16 2019" ..' + - script: | +# call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" + make + workingDirectory: 'build'