From: Neal Gompa Date: Wed, 16 Nov 2016 12:20:46 +0000 (-0500) Subject: CI: Add target configuration setting for appveyor X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=commitdiff_plain;h=ad18804dcc3b3dff7b53359179afaff75b197d69 CI: Add target configuration setting for appveyor --- 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