Browse Source

Appveyor specify solution to avoid ambiguities

Nick Babcock 7 năm trước cách đây
mục cha
commit
8470c7c51c
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  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