diff options
author | Asheraf <acheraf1998@gmail.com> | 2019-08-12 20:38:54 +0100 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2019-08-12 20:43:51 +0100 |
commit | 90dcd80fe64d5152130eaa74899a45ef6cfe7846 (patch) | |
tree | 2b37d2cd1de514adc244af42f94a96f12b8c76df /.appveyor.yml | |
parent | a80b1d98ab78dac31fb9087d826603f49aee7660 (diff) | |
download | hercules-90dcd80fe64d5152130eaa74899a45ef6cfe7846.tar.gz hercules-90dcd80fe64d5152130eaa74899a45ef6cfe7846.tar.bz2 hercules-90dcd80fe64d5152130eaa74899a45ef6cfe7846.tar.xz hercules-90dcd80fe64d5152130eaa74899a45ef6cfe7846.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 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 |