Skip to content

Commit

Permalink
msvcbuild: Set MSVC 2022 as the default
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 committed Mar 2, 2024
1 parent 549a093 commit 343b51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msvcbuild.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
Setlocal EnableDelayedExpansion

if not defined VS set VS=16
if not defined VS set VS=17
if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2022" (set VS=17)
if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2019" (set VS=16)
if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2017" (set VS=15)
Expand Down

0 comments on commit 343b51b

Please sign in to comment.