Are dependent .tgz artifact archives available in TeamCity 5.1.2?
Hi,
I would like to pull a few files out of a .tgz archived artifact of one build as artifact dependencies for another build.
Is this available with TeamCity 5.1.2? The online documentation indicates this is only available with .jar & .zip archive files.
But, looking through the bug reports, it appears that this might be available for tar files as well. Is it?
Thanks,
-Dave
Please sign in to leave a comment.
To answer my own question: Yes, Dependent tgz artifact archives are available. I just successfully implemented a build config that depends on files in a tgz file from another build config.