added *.pdb excludes for lib dirs

added sample for switching between ncover/nunit
This commit is contained in:
eeichinger
2009-07-15 13:20:25 +00:00
parent aaa2133cec
commit 1d65263f23

View File

@@ -187,6 +187,7 @@ ${tool.dir} : dir for tools
-->
<target name="common.run-tests">
<!-- call target="common.run-tests.ncover" / --><!-- run this target instead if you which to produce coverage information -->
<call target="common.run-tests.nunit" />
</target>