Running MSTests on TeamCity build server without installing Visual Studio

I would like to get MSTests running in TeamCity, without having to install visual studio in the build agent. I am looking to make sure that someone has achieved this or has any idea of ​​how this happened.

+3
source share
2 answers

If someone repeats this, they introduced Visual Studio agents that include the standalone version of mstest http://www.microsoft.com/en-us/download/details.aspx?id=1334

+4
source

, MSTest.exe . , VS ( [Install Base]\Microsoft Visual Studio 9.0\Common7\IDE)

, . , , , , ( ).

0

All Articles