I am having problems with using NUnit together with CI Factory.
Currently we are using TFS as source control.
The default Unit Test is MbUnit. When we change the MbUnit to NUnit,
it always get errors. I followed your instruction on previous post.
( change the Arguments.xml file, change
"Coverage.UnitTestPackageInclude" to \NUnit\UnitTest.Target.xml,
change "Coverage.UnitTestPropertiesInclude" to \NUnit
\UnitTest.Properties.xml, remove <string value="DotNetUnitTest" />
from Packages.InstallList and add <string value="NUnit" />) After
that, the NUnit will appear on Third Party folder, but the solution
can't be build successfully. it return error message about NCover.
It looks like the NUnit problems have been solved in previous version.
but I still encounter this problem and have no idea about how to solve
it.