is there a way to use the solution task to invoke a build from a .NET
solution file to run the clean (or rebuild) target directly?
adding a separate target to the NAnt build file to delete directories
and the like is clearly manual and error prone - what I'm looking for
is something within NAnt to drive this task based on the solution file
directly, so that changes to the solution file don't have to be
replicated in several other scripts/targets.
thanks in advance-
-[EMAIL PROTECTED]
- [Nant-users] solution task and clean target noshyuz
- Re: [Nant-users] solution task and clean target Gary Feldman