Multiple build cache dependencies
Hi,
This is referring to build cache which is normally configured with something like:
cache:
- packages -> **\packages.config
I have a situation where I would like to depend on several files. I'm guessing the syntax might be something like...
cache:
- packages -> DEP1, DEP2
or maybe...
cache:
- packages -> DEP1 -> DEP2
Does Appveyor support this?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 21 Oct, 2015 03:12 AM
Yes, this is the correct syntax:
2 Posted by Hiren on 01 Dec, 2017 06:27 AM
Can we have wildcard with multiple dependency?
like
3 Posted by Ilya Finkelshte... on 01 Dec, 2017 07:49 AM
@Hiren yes, it should work.
4 Posted by Hiren on 01 Dec, 2017 06:48 PM
@llya Thanks. Perhaps we should add this info (with few examples) to AppVeyor documentation as current documentation (https://www.appveyor.com/docs/build-cache/) doesn't say anything about having multiple dependency
5 Posted by Ilya Finkelshte... on 01 Dec, 2017 06:50 PM
You are right, I was needed to check with code myself to answer your question :) Will update.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:25 AM.