现在的位置: 首页 > 综合 > 正文

How to add MS Test to post build

2012年07月14日 ⁄ 综合 ⁄ 共 175字 ⁄ 字号 评论关闭

Just modify your test project, and add the following command to post-build evern command line.

 

"C:\Program Files\Microsoft Visual Studio 11.0\Common7\IDE\mstest" /testcontainer:"$(TargetPath)"

 

 

抱歉!评论已关闭.