From ce3fa7485f7e50f921e9eefd4f60501f602314c2 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 2 Apr 2019 23:15:19 -0400 Subject: [PATCH] Okay, manually devenv. --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 98f19369..914c550c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -43,7 +43,8 @@ jobs: pip install meson displayName: 'Setup' - script: | - meson setup build-shared --buildtype=release --backend=vs2017 + "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat" + meson setup build-shared --buildtype=release displayName: 'Prepare shared build' - task: MSBuild@1 inputs: