Multiple folders and files in one artifact
I would like to create one artifact to contain multiple files
and directories in one artifact. I was thinking of syntax similar
to:
artifacts:
- name: $(APPVEYOR_PROJECT_SLUG)-$(VERSION)-$(CONFIGURATION)-BINARIES-ZIP
- type: zip
- path: $(APPVEYOR_BUILD_FOLDER)\Code\MyProject.Data.Database\bin\$(CONFIGURATION)
- path: $(APPVEYOR_BUILD_FOLDER)\Code\MyProject.Data.SQLScripts\bin\$(CONFIGURATION)
- path: $(APPVEYOR_BUILD_FOLDER)\Code\MyProject.Web\bin\$(CONFIGURATION)
- path: $(APPVEYOR_BUILD_FOLDER)\Code\MyProject.Win\bin\$(CONFIGURATION)
- path: $(APPVEYOR_BUILD_FOLDER)\Code\MyProject.Specs\bin\$(CONFIGURATION)
Is this achievable currently?
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 05 Nov, 2014 04:35 AM
Nope, but the idea is great!
You can use
7z
to produce zip which is available in%PATH%
.lukasz.stanczyk closed this discussion on 18 Aug, 2015 05:41 PM.