I want to run tests in comman line using mstest.exe. Here is the command which I am trying to execute
MSTest.exe /platform:[x64] "/testcontainer:D:\Dev\tas\Tests.dll" /resultsfile:"D:\Dev\TestResults.xml" But everytime I am getting error.
No Build Uri specified for publish operation. For switch syntax, type "MSTest /help"
I am not using any teamFoundation server. How do I run this?