diff options
author | Asheraf <acheraf1998@gmail.com> | 2018-07-15 17:37:36 +0100 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2018-07-15 18:14:43 +0100 |
commit | b480379810b46b8b654fbf26df4cc3d484e71c73 (patch) | |
tree | b614dda28f4898dc8f0fc2c5bc98c19e060a3aad /.appveyor.yml | |
parent | ea50378acb825cfda217a9510870579a65266d33 (diff) | |
download | hercules-b480379810b46b8b654fbf26df4cc3d484e71c73.tar.gz hercules-b480379810b46b8b654fbf26df4cc3d484e71c73.tar.bz2 hercules-b480379810b46b8b654fbf26df4cc3d484e71c73.tar.xz hercules-b480379810b46b8b654fbf26df4cc3d484e71c73.zip |
update appveyor to use the new visual studio builds
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 |