|
Henry/Bill
A)Put all of your mission critical tasks up front in some sort of clean or init target specifying failonerror="true" for all critical tasks B)introduce the concept of task dependencies to
later targets..consequent targets cannot execute if the initial
target(s) failed
|
Title: RE: [Nant-users] Interim state on a build between SUCCEEDED and FAILED
