> When ccnet.config runs msbuild, on a continuous integration stream > (building everytime there is a checkin), and succeeds, is there a way > to capture that value, so I can issue the command to [promote all] to > the parent stream?
Wouldn't that just be a second (or third, or whatever) task in the <tasks /> section? As I recall, execution of the build stops and all subsequent tasks are skipped when one of the fails. /bs
