Skip to content

Commit

Permalink
Configure cache for appveyor builds
Browse files Browse the repository at this point in the history
  • Loading branch information
luisgoncalves committed Jul 29, 2016
1 parent ca0872f commit 607ed3a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
version: 1.0.0-{branch}.{build}

branches:
only:
- dev

build_script:
- ps: .\build.ps1 -Target Test
test: off

test: off

cache:
- '%USERPROFILE%\.nuget\packages -> **\project.json' # project.json NuGet cache
- tools -> build.cake, tools\packages.config # Cake tools

0 comments on commit 607ed3a

Please sign in to comment.