Running MSTest UnitTests using MSBuild Script

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

+7
msbuild mstest vs-unit-testing-framework msbuild-task
source share
1 answer

you must use the default configuration to run any builds, including your unit test, and this build usually ends with test.dll good luck

-2
source share

All Articles