How to use MsTest in Continuous Integration without VS?

前端 未结 4 1043
你的背包
你的背包 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 11:13

    We have Cruise Control setup on our integration server. I have not installed visual studio, however I have copyied the MSTEST assemblies into the GAC. We then used Cruise Control Documentation to setup our test reports. Works very well.

提交回复
热议问题