noshyuz wrote:
depending on your usage, it might be that the directories list is
pretty static, however one advantage of the solution file is that you
can change the list of dependent projects that are included - in this
case, you have to make sure you mirror the changes both in the project
f
depending on your usage, it might be that the directories list is
pretty static, however one advantage of the solution file is that you
can change the list of dependent projects that are included - in this
case, you have to make sure you mirror the changes both in the project
file and in the NAnt s
noshyuz wrote:
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 som
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