Disable MSVC Debug builds in appveyor.yml

This commit is contained in:
dongresource 2020-12-14 03:49:52 +01:00
parent 454e0284af
commit 6937ff86a4
1 changed files with 2 additions and 1 deletions

View File

@ -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"