How do i use the correct Mstest.exe in the Build?
My configuration:
Then I installed :
I edited the Build File where you can specify the path for mstest in a parameter, I called it MStestFolder.
The folder property
<x:Members>
<x:Property Name="MStestFolder" Type="InArgument(x:String)" />
</x:Members>
3 times i had to specify the toolpath for mstest
Mstest tag
<mtbwa:MSTest .... ToolPath="[MStestFolder]" .../>
In the Build you have to specify the MStestFolder in the Misc tab :)