Hi,
I've installed CruiseControl.net for the first time and I'm having trouble getting my solution to build. It is strange because it builds in VS2008 just fine. I've got a very simple config file with this MSBuild task:
<msbuild>
<executable>C:\WINDOWS\Microsoft.NET\Framework\v3.5\MSBuild.exe</executable>
<projectFile>MySolutionFile.sln</projectFile>
<buildArgs>/noconsolelogger /p:Configuration=Debug /v:diag</buildArgs>
</msbuild>
There are no errors or warnings displayed when I look at the build report, but it does say in red that "This project doesn't have any tests". I don't know whether this is causing the build to fail.
Thanks, John