[Cross-post with ccnet-users removed]
How long does msbuild take to compile the solution? If it's pretty quick
then there's probably an issue with your nant script - check there's not
some horrific recursion - using a fileset like:
without excluding the top-level build file
There is an msbuild task in nant-contrib
(http://nantcontrib.sourceforge.net/release/latest/help/tasks/msbuild.ht
ml) I use it like this for web apps:
Where current.build.config is Debug/Release etc, you could add the
project attri
Hi folks, hope you can help me as it looks to me like this should be a
very simple problem but I've been going round in circles.
I have a target in an included build file to run msbuild on a .csproj
file and it overwrites some of the settings in the proj file if certain
nant properties are set. In