Re: MSTestRunner plugin unable to launch mstest.exe

2012-09-06 Thread bearrito
I had the same issue. This is what works for me foreach($testFolder in $testFolders) { Set-Location "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE" $testPath = Join-Path $testFolder.FullName ( $testFolder.Name + ".dll" ) $resultPath = Join-Path $PRIMARYWORKSPACE ( $te

MSTestRunner plugin unable to launch mstest.exe

2012-09-04 Thread Arve Knudsen
Hi guys I've configured the MSTestRunner plugin to use the following path to MSTest (sans quotes): 'C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\mstest.exe'. When building, MSTest gets invoked as follows: cmd.exe /C "C:\Program Files (x86)\Microsoft Visual Studio 11.0\Commo