开发者

MStests through TeamCity

How do you run MStests through TeamCity and the MSBUILD option? Do you开发者_开发问答 put these settings in the main solution?

Thanks


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='']

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜