We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b28c4 commit d18ab8bCopy full SHA for d18ab8b
appveyor.yml
@@ -12,8 +12,14 @@ configuration:
12
platform:
13
- x64
14
- x86
15
+cache:
16
+- packages -> **\packages.config
17
before_build:
-- cmd: git submodule update --init --recursive
18
+- cmd: >-
19
+ nuget restore src\engine.sln
20
+
21
+ git submodule update --init --recursive
22
23
build:
24
project: src/engine.sln
25
parallel: true
0 commit comments