Browse Source

Appveyor specify solution to avoid ambiguities

Nick Babcock 7 years ago
parent
commit
8470c7c51c
1 changed files with 4 additions and 1 deletions
  1. 4 1
      appveyor.yml

+ 4 - 1
appveyor.yml

@@ -4,4 +4,7 @@ configuration:
   - Release
 
 before_build:
-- cmd: git submodule update --init --recursive
+- cmd: git submodule update --init --recursive
+
+build:
+  project: OhmGraphite.sln