How to use MsTest in Continuous Integration without VS?

前端 未结 4 1008
你的背包
你的背包 2021-01-11 10:23

My problem is quite simple, I have a CI server which runs msbuild and mstest.

The problem is that the Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll<

4条回答
  •  抹茶落季
    2021-01-11 10:53

    The specific solution for me and a Visual Studio 2010 was:

    1. Install "Test Agent 2010" from Visual Studio Agents 2010
    2. Restart Windows
    3. Install Visual Studio 2010 Service Pack 1
    4. Restart Windows
    5. Ensure the projects References are updated to point at "Microsoft.VisualStudio.QualityTools.UnitTestFramework" "10.1.0.0" and not "10.0.0.0".

提交回复
热议问题