From ad18804dcc3b3dff7b53359179afaff75b197d69 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Wed, 16 Nov 2016 07:20:46 -0500 Subject: [PATCH] CI: Add target configuration setting for appveyor --- .appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 7b15361..a3f9d75 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,6 +1,9 @@ # This is pretty useless, but it sets the version of the build version: 0.0.0.build.{build} +# Force configuration +configuration: Debug + # Use Visual Studio 2015 base image image: Visual Studio 2015 -- 2.39.2