Thanks William,
An issue that relates to this approach is whether to have a Build Type that is a single entity and builds all the solutions for the program, or a master Build Type that runs a number of "Exec" task to run each individual solution Build Type from the command line in order. The second approach would directly link each individual Build Type to the main build process, and ensure any changes to an solution Build Type will be picked up in the main build. However in such a scenario |