Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
Correct generator name for Visual Studio 2019
  • Loading branch information
thedmd authored Jun 21, 2019
1 parent 57c5bbd commit 7b71c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ init:
echo %APPVEYOR_BUILD_WORKER_IMAGE%
if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2019" ( set generator="Visual Studio 15 2019" )
if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2019" ( set generator="Visual Studio 16 2019" )
if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2017" ( set generator="Visual Studio 15 2017" )
Expand Down

0 comments on commit 7b71c1a

Please sign in to comment.