When on the artifacts page in TeamCity, there is an option to download all the artifacts as a zip file.
I was wondering if you can set up dependent build configurations to actually grab the zipped version of the artifacts?
I realize I could zip all the artifacts in the project configuration that initially creates them, but I'd rather not do that.
Alternatively, I could use something like Nant to zip them once they are brought over, but I would imagine that the transfer of these artifacts could probably go a bit faster if the files being sent were zipped in the first place.
Is anyone aware of a way to transfer the zipped artifacts from each of the other projects or if this is supported by TeamCity?