fix the trigger to invalidate AppVeyor packages cache
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user