Artifact path matching multiple directories
My project (https://ci.appveyor.com/project/chriseldredge/klondike/build/artifacts) builds a website into .\dist and I've configured Appveyor to bundle this directory into a zip file. However, my project depends on several 3rd-party/vendor packages under node_modules and Bower components in vendor which also have dist folders.
It seems Appveyor is finding any folder named dist and turning it into a zip file. I only want to bundle the specific dist folder in my top level project directory.
Is there a way to do this without giving dist a unique name?
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 11 Jun, 2014 04:13 PM
What artifact paths have you setup and what are corresponding folders you'd like to zip?
- Feodor
2 Posted by chris.eldredge on 11 Jun, 2014 04:29 PM
In my
appveyor.yml
:I only want it to pick up
dist
in the top level project directory. It seems to be picking up 34 ones I don't want under.tmp/...
,node_modules/...
andapp/vendor/...
.I also tried
.\dist
but it picked up all the other directories too.Support Staff 3 Posted by Feodor Fitsner on 11 Jun, 2014 04:47 PM
OK, will fix that.
Support Staff 4 Posted by Feodor Fitsner on 13 Jun, 2014 05:08 AM
It's been fixed and update deployed.
5 Posted by chris.eldredge on 13 Jun, 2014 05:47 PM
Great! I just confirmed this fixed the issue on my project.
Thank you.
chris.eldredge closed this discussion on 13 Jun, 2014 05:48 PM.