Skip to content

Commit

Permalink
Added package caching to appveyor script
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-danilov committed Dec 31, 2015
1 parent d09c58a commit 604cfa0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ build_script:

on_finish:
- ps: if (Test-Path -path c:\FailedTestsScreenshots) { Get-ChildItem c:\FailedTestsScreenshots\*.* | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }}

cache:
- src\packages -> **\packages.config # preserve "packages" directory in the root of build folder but will reset it if packages.config is modified

0 comments on commit 604cfa0

Please sign in to comment.