#1
|
|||
|
|||
How to use Visual Build Pro
Is it generally recommended that you build a solution in it's entirety or like NAnt should you build each assembly separately and in the appropriate order.
I can understand building the entire Solution for full builds but what about incremental builds where you only want to release say a single .net assembly? Any help on the method behind the build process would be appreciated. Thank You! |
#2
|
|||
|
|||
In general, building the solution from VBP and defining dependencies within the solution is preferable. But unfortunately, Visual Studio .NET 2002/2003 don't support true incremental builds for .NET projects (see http://www.kinook.com/Forum/showthread.php?threadid=303 for more details). VS 2005 does.
|
|
|