From 6937ff86a4aba997559707fbcf654234387caea5 Mon Sep 17 00:00:00 2001 From: dongresource Date: Mon, 14 Dec 2020 03:49:52 +0100 Subject: [PATCH] Disable MSVC Debug builds in appveyor.yml --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0976980..b3040c3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -44,7 +44,8 @@ for: build_script: - ps: | $versions = "104", "728" - $configurations = "Release", "Debug" + $configurations = "Release" + # "Debug" builds are disabled, since we don't really need them # AppVeyor uses VS2019 Community $vsPath = "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community"