Skip to content

Commit 232f02c

Browse files
committed
Don't try to cache the src\packages folder in the appveyor build.
The folder is no longer used and caused a warning during the build.
1 parent 5c294e1 commit 232f02c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

appveyor.yml

-3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,3 @@ build_script:
1313

1414
test: off
1515
skip_tags: true
16-
17-
cache:
18-
- src\packages -> **\packages.config # preserve "packages" directory in the root of build folder but will reset it if packages.config is modified

0 commit comments

Comments
 (0)