开发者

Error when running unit tests from MSBuild

开发者 https://www.devze.com 2023-03-25 04:08 出处:网络
I have an MS Build script that runs on the buil开发者_开发知识库d server and then runs unit tests (have runtests set to true).

I have an MS Build script that runs on the buil开发者_开发知识库d server and then runs unit tests (have runtests set to true).

I am getting the following errors when calling MSTest. Some people suggested installing Visual Studio 2010 Test Edition and Team Explorer 2010. After doing that am still getting the same errors. Seems I need a specific version of MSTest to be able to publish to TFS.

Any ideas?

===========================================================
The "TestToolsTask" task is using "MSTest.exe" from "C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\MSTest.exe".
  Invalid switch "/publish".
  Invalid switch "/publishbuild".
  Invalid switch "/teamproject".
  Invalid switch "/platform".
  Invalid switch "/flavor".
  For switch syntax, type "MSTest /help"
MSBUILD : warning MSB6006: "MSTest.exe" exited with code 1.
===========================================================


Try installing VS2010 Premium or Ultimate, these include a version of MSTest that supports the switches for publishing test results. See also Running VS2012 unit tests or Running VS2010 unit tests.

0

精彩评论

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