We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c5bbd commit 7b71c1aCopy full SHA for 7b71c1a
appveyor.yml
@@ -20,7 +20,7 @@ init:
20
21
echo %APPVEYOR_BUILD_WORKER_IMAGE%
22
23
- 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" )
24
25
if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2017" ( set generator="Visual Studio 15 2017" )
26
0 commit comments