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 de3f255e8..dd63715c8 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -11,9 +11,10 @@ image: Visual Studio 2015 clone_depth: 5 environment: matrix: - - HerculesProject: Hercules-11.sln - HerculesProject: Hercules-12.sln - HerculesProject: Hercules-14.sln + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 + HerculesProject: Hercules-15.sln services: mysql56 build_script: - cmd: MSBuild %HerculesProject% /t:map-server,char-server,login-server |