From 104519b296a4a1a690a21d4704330f41cd3a07bb Mon Sep 17 00:00:00 2001 From: "Guilherme G. Menaldo" Date: Thu, 19 Oct 2023 00:05:50 -0300 Subject: [PATCH] fix appveyor mysql service "mysql56" is not (no longer?) a valid service --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 33a9f5a75f7..11410f48bf5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -16,7 +16,7 @@ environment: HerculesProject: Hercules-16.sln - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 HerculesProject: Hercules-17.sln -services: mysql56 +services: mysql build_script: - cmd: MSBuild %HerculesProject% /t:map-server,char-server,login-server test: off