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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user