Skip to content

Commit

Permalink
Fix AppVeyor cache folder
Browse files Browse the repository at this point in the history
  • Loading branch information
pmiossec committed Oct 14, 2017
1 parent e37bc56 commit 4c13703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -2,7 +2,7 @@
clone_folder: c:\gittfs
# build cache to preserve files/folders between builds
cache:
- packages -> src\paket.lock # preserve "packages" directory in the root of build folder but will reset it if `paket.lock` is modified
- src\packages -> src\paket.lock # preserve "packages" directory in the root of build folder but will reset it if `paket.lock` is modified
init: []
build_script:
- ps: |
Expand Down

0 comments on commit 4c13703

Please sign in to comment.