We have managed to get a system that works on one target - first build the target using the madbuild command, package it in TeamCity, then publish, then release.
So I thought I would try to create a batch target as some of our projects have multiple outputs (example, HTML help and a user guide).
The first step works (madbuild creates both outputs OK), but the process fails when we try to create the build package with the following errors:
Code: Select all
Cannot add part for the specified URI because it is already in the package.
Process exited with code 1Any ideas?