fixing broken build; reworked build script so that VS2008 (.NET 2.0) MSTest and VS2010 SP1 (.NET 4.0) MSTest tests can co-exist

This commit is contained in:
sbohlen
2011-05-30 02:59:29 +00:00
parent 645e4a6983
commit 5982407b93
12 changed files with 200 additions and 7 deletions

View File

@@ -209,7 +209,7 @@ ${tool.dir} : dir for tools
<echo message="Unit Testing ${project.name} in ${test.bin.dir}" />
<exec program="${mstest.exe}" workingdir="${test.bin.dir}" verbose="false">
<exec program="${mstest.exe.current}" workingdir="${test.bin.dir}" verbose="false">
<arg value="/testcontainer:${test.bin.dir}/${test.assemblyname}.dll"/>
<arg value="/resultsfile:${test.assemblyname}.dll-MsTestResults.trx"/>
<arg value="/nologo" />