7

Could you please guide me how to run MSTest unit tests using an MSBuild script.

abatishchev
  • 98,240
  • 88
  • 296
  • 433
Eranga Dissanayaka
  • 1,930
  • 3
  • 24
  • 27
  • I've posted an answer on another thread with a MSBuild script that is able to run the vstest.console.exe (it replaces MSTest). You can view it here: http://stackoverflow.com/a/21743192/3304079 – calexandre Feb 13 '14 at 10:09
  • 1
    These two sites, both found with a quick google search may help you out. http://social.msdn.microsoft.com/Forums/en/msbuild/thread/cb87a184-6589-454b-bf1c-2e82771fc3aa – RCGoforth Nov 08 '10 at 18:10

1 Answers1

-2

you should use default configuration for running any assemblies including your unit test and this assembly usually ended with test.dll good luck