Question

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

Was it helpful?

Solution

"General Settings" of project configuration contains an "Artifact paths" edit area where you can specify what files generated by the build considered "build artifacts".

Or do you mean FinalBuilder consumes other build artifacts?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top