Skip to content

Commit 7b71c1a

Browse files
authored
Update appveyor.yml
Correct generator name for Visual Studio 2019
1 parent 57c5bbd commit 7b71c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ init:
2020
2121
echo %APPVEYOR_BUILD_WORKER_IMAGE%
2222
23-
if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2019" ( set generator="Visual Studio 15 2019" )
23+
if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2019" ( set generator="Visual Studio 16 2019" )
2424
2525
if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2017" ( set generator="Visual Studio 15 2017" )
2626

0 commit comments

Comments
 (0)