diff options
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index dd63715c8..4b3b03e6a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -11,10 +11,11 @@ image: Visual Studio 2015 clone_depth: 5 environment: matrix: - - HerculesProject: Hercules-12.sln - HerculesProject: Hercules-14.sln - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 HerculesProject: Hercules-15.sln + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 + HerculesProject: Hercules-16.sln services: mysql56 build_script: - cmd: MSBuild %HerculesProject% /t:map-server,char-server,login-server |