]> git.jsancho.org Git - lugaru.git/commitdiff
CI: Add target configuration setting for appveyor
authorNeal Gompa <ngompa13@gmail.com>
Wed, 16 Nov 2016 12:20:46 +0000 (07:20 -0500)
committerNeal Gompa <ngompa13@gmail.com>
Wed, 16 Nov 2016 12:20:46 +0000 (07:20 -0500)
.appveyor.yml

index 7b15361e22f6c5d3c9129f7c42ef9bc967157bbc..a3f9d754854363b8ec99d1211c5b0eb6b7efd7eb 100644 (file)
@@ -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