Skip to content

Commit

Permalink
Don't try to cache the src\packages folder in the appveyor build.
Browse files Browse the repository at this point in the history
The folder is no longer used and caused a warning during the build.
  • Loading branch information
kll committed Sep 25, 2018
1 parent e38d6b4 commit 58ab04f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,3 @@ build_script:

test: off
skip_tags: true

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 58ab04f

Please sign in to comment.