MSBuild and NCoverExplorer Help
MSBuild and NCoverExplorer Help
Hi,
This is a real newbie question (I hope!). I'm setting up CruiseControl.NET and I want to use MSBuild, NCoverExplorer, NUnit and FxCop. I've got all working EXCEPT NCoverExplorer and I'm at a loss to how to configure it... As far as I can see there's an NCoverExplorer task, but when I try to use it, the build log return this error:
<error code="MSB4057" file="c:\projects\CITest\CITest.MsBuild.Build" line="67" column="31" timeStamp="10/25/2006 16:40:19"><![CDATA[The target "NCoverTask" does not exist in the project.]]></error>
Should I have the NCoverExplorer.MSBuildTasks.dll included somewhere?
Thanks,
Kev