Tagged Questions
0
votes
1answer
136 views
Why does processing multiple individual targets take longer when Nant is directed to process them from a single target?
I have a nant build script that specifies the compilation of various Visual Studio solution files.
<target name="compile.solution1" description="Compiles solution 1">
<msbuild ...