Multiple folders and files in one artifact

lukasz.stanczyk's Avatar

lukasz.stanczyk

04 Nov, 2014 06:16 PM

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?

  1. Support Staff 1 Posted by Feodor Fitsner on 05 Nov, 2014 04:35 AM

    Feodor Fitsner's Avatar

    Nope, but the idea is great!

    You can use 7z to produce zip which is available in %PATH%.

  2. lukasz.stanczyk closed this discussion on 18 Aug, 2015 05:41 PM.

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

 

01 Oct, 2024 04:27 PM
26 Sep, 2024 03:49 PM
26 Sep, 2024 09:02 AM
25 Sep, 2024 07:07 PM
24 Sep, 2024 08:39 PM
24 Sep, 2024 06:47 AM