我在Visual Studio 2013中有一个项目。我想在每次构建后运行单元测试。 我有以下Post构建事件命令行。
“C:\ Program Files \ Microsoft Visual Studio 12.0 \ Common7 \ IDE \ MSTest.exe”/ testcontainer:“G:\ VS PROG \ CMP PORTAL \ POCs \ WebApiEx \ Test \ bin \ Debug \ Test.dll”这给出了以下错误,
错误1命令“”C:\ Program Files \ Microsoft Visual Studio 12.0 \ Common7 \ IDE \ MSTest.exe“/ testcontainer:”G:\ VS PROG \ CMP PORTAL \ POCs \ WebApiEx \ Test \ bin \ Debug \ Test.dll“”退出代码1. WebApiEx
任何人都可以帮助我吗?