temporarily reverting the running of the ncover reporting since its (for an unknown reason) unable to execute (reliably) on new build server

This commit is contained in:
sbohlen
2011-03-01 09:14:25 +00:00
parent 9c6439c27e
commit 56e604eae1

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" />
-->
</target>