I want to run tests on the comman line using mstest.exe. Here is the command I'm trying to execute
MSTest.exe /platform:[x64] "/testcontainer:D:\Dev\tas\Tests.dll" /resultsfile:"D:\Dev\TestResults.xml"
But every time I get an error.
No Build Uri specified for publish operation.
For switch syntax, enter "MSTest / help"
I do not use teamFoundation server. How do I run this?
source share