disable ncover, some tests fail for unknown reason, bamboo integration seem to be causing issues in reporting root cause of build errors when using ncover.

This commit is contained in:
markpollack
2009-12-11 20:01:45 +00:00
parent 30f0bc8006
commit 8e62993a12

View File

@@ -184,11 +184,11 @@ ${project.name} : (optional), the name of the assembly
${tool.dir} : dir for tools
-->
<target name="common.run-tests">
<!--
<call target="common.run-tests.nunit" />
-->
<call target="common.run-tests.ncover" />
<call target="common.run-tests.nunit" />
<!--
<call target="common.run-tests.ncover" />
-->
</target>