MSTest在2008年因构建脚本而失败

时间:2008-12-12 08:25:21

标签: msbuild mstest

嗨,有谁知道这里发生了什么?

ERROR SNIPPET:

Loading ..\LocalTestRun.testrunconfig...
..\LocalTestRun.testrunconfig
Expected type attribute not found.
File ..\LocalTestRun.testrunconfig Line 2 Pos 2.

在msbuild脚本中的测试目标中的任务

我看到其他人在没有修复的情况下得到同样的错误。

1 个答案:

答案 0 :(得分:1)

好的已经知道发生了什么。 当我应该使用$(VS90COMNTOOLS)时,我正在使用$(VS80COMNTOOLS)来查找我的MSTest.exe ..抱歉!