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 28, 2017
1 parent 805f5de commit 513c3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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\**\project.json
- '%USERPROFILE%\.nuget\packages -> Source\**\project.json' # Note the use of single quotes around the entire line, when environment variables are used.
- tools -> build.cake, tools\packages.config

0 comments on commit 513c3c9

Please sign in to comment.