浏览代码

Appveyor specify solution to avoid ambiguities

Nick Babcock 7 年之前
父节点
当前提交
8470c7c51c
共有 1 个文件被更改,包括 4 次插入1 次删除
  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