I am using finalbuilder to build my projects and create a package for deployment and I want FinalBuilder to output this package as an artifact to teamcity. I am not sure if this is posible though.
The reason for using finalbuilder to create the package is,in the process of packaging I need to exclude certain files and copy binaries from one project another project etc and the package itself is a collection of mutliple projects. So if I want to specify these as artifact paths in teamcity I will probably end up specifying a number of patterns.
So it would be pretty good if the package created by finalbuilder can be exported to teamcity as artifact.
Could someone please help me with this?
Thanks