Skip to content

Commit

Permalink
Fix a problem in AppVeyor that prevented packages caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed Jan 27, 2017
1 parent e0dd273 commit f9affa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ branches:

# Build cache
cache:
- Source\packages -> Source\**\packages.config
- tools -> build.cake, tools\packages.config
- Source\packages -> Source\**\project.json
- tools -> build.cake, tools\packages.config

0 comments on commit f9affa0

Please sign in to comment.