0

大家好,有人知道这里到底发生了什么吗?

错误片段:

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

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

我见过其他人遇到同样的错误,但没有修复。

4

1 回答 1

1

好的,已经弄清楚发生了什么。当我应该使用 $(VS90COMNTOOLS) 时,我正在使用 $(VS80COMNTOOLS) 来查找我的 MSTest.exe。对不起!

于 2008-12-12T08:29:16.587 回答