|
Project
|
TeamCity
|
|
Priority
|
Major |
|
Type
|
Feature |
|
State
|
Fixed |
|
Assignee
|
Kirill Maximov |
|
Subsystem
|
Agent |
|
Affected versions
|
No Affected versions |
|
Fix versions
|
Darjeeling 5.1 EAP (13130), Darjeeling 5.1 (13360) |
|
Fixed in build
|
|
|
Fixed in builds
|
no build yet
|
Currently, users are forced to abandon ipr/sln runners usage if they need zip artifacts packaging
Ziping in the Build Script is a Task we real would like to get rid of! - It is very time consuming. Also some mime-types like .cab don't download well for most users.
Pls include this as soon as possible - would save a lot of time!
BR
Daniel
Do you mean the build time? It will not change since the files will still require packing.
Not sure how this is related. And TeamCity 4.5 already has "download artifacts as .zip" feature.
doc\**\*.html=>docs\html_doc.zip!content
(directory is specified inside zip)
and
doc\**\*.html=>docs\html_doc.zip!content
doc\index.html=>docs\html_doc.zip!
(same target zip is mentioned several times)
Will support suffixes .tgz .tar.gz for tar/gz (this option shall preserve username, groupname, and mode of the packed files).
Will support syntax like:
**/src/**/*.java => sources/all-java.tgz
One archive can be mentioned one time only