Skip to content

Commit 607ed3a

Browse files
committed
Configure cache for appveyor builds
1 parent ca0872f commit 607ed3a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

appveyor.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
version: 1.0.0-{branch}.{build}
2+
23
branches:
34
only:
45
- dev
6+
57
build_script:
68
- ps: .\build.ps1 -Target Test
7-
test: off
9+
10+
test: off
11+
12+
cache:
13+
- '%USERPROFILE%\.nuget\packages -> **\project.json' # project.json NuGet cache
14+
- tools -> build.cake, tools\packages.config # Cake tools

0 commit comments

Comments
 (0)