fix the trigger to invalidate AppVeyor packages cache

This commit is contained in:
Philippe Miossec
2016-12-26 21:48:50 +01:00
parent c18b0c8576
commit 1fca005953
+1 -1
View File
@@ -5,7 +5,7 @@ clone_folder: c:\gittfs
clone_depth: 1
# build cache to preserve files/folders between builds
cache:
- packages -> **\repositories.config # preserve "packages" directory in the root of build folder but will reset it if repositories.config is modified
- packages -> paket.lock # preserve "packages" directory in the root of build folder but will reset it if `paket.lock` is modified
init: []
install:
- choco install tfs2010objectmodel -y