vote up 1 vote down star

How do you run MStests through TeamCity and the MSBUILD option? Do you put these settings in the main solution?

Thanks

flag

0% accept rate

1 Answer

vote up 1 vote down

It is possible to configure sln2008 runner to start mstest for you. Another way is to write custom msbuild script that first calls and than call mstest.exe process. To report generated .trx file please use TeamCity Service Message:

##teamcity[importData type='mstest' path='']

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.