Skip to content

Commit d18ab8b

Browse files
committed
Fixed AppVeyor compilation
1 parent 30b28c4 commit d18ab8b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

appveyor.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,14 @@ configuration:
1212
platform:
1313
- x64
1414
- x86
15+
cache:
16+
- packages -> **\packages.config
1517
before_build:
16-
- cmd: git submodule update --init --recursive
18+
- cmd: >-
19+
nuget restore src\engine.sln
20+
21+
git submodule update --init --recursive
22+
1723
build:
1824
project: src/engine.sln
1925
parallel: true

0 commit comments

Comments
 (0)