Skip to content

Commit

Permalink
Use MSVC 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed May 15, 2022
1 parent f6be336 commit 07166a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 07166a8

Please sign in to comment.