From 07166a8b1f3c27f3baccbaaeffea850010cfc5c1 Mon Sep 17 00:00:00 2001 From: Hyunsu Cho Date: Sat, 14 May 2022 17:04:31 -0700 Subject: [PATCH] Use MSVC 2019 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2bc251c9..ce5d7a86 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -61,7 +61,7 @@ jobs: - script: | mkdir build cd build - cmake .. -G"Visual Studio 15 2017 Win64" -DBUILD_CPP_TEST=ON + cmake .. -G"Visual Studio 16 2019" -A x64 -DBUILD_CPP_TEST=ON displayName: 'Generating Visual Studio solution...' - task: MSBuild@1 inputs: