Visual Studio requierd Follow Peter Treier Created November 20, 2015 09:35 Good Morning allIs it requierd to have a Visula Studio installed on the TeamCity Server in order to build a Visual Studio Solution ?Kind RegardsPeter
Hi Peter,
The Visual Studio (sln) build runner requires the proper version of Microsoft Visual Studio installed on the build agent. Our users reported that Visual Studio Agents is also enough, however we have had no chance to test it yet.
Instead of installing Visual Studio, installing the following packages was sufficient for building and deploying our .NET applications:
Hi Henry,
Thank you for sharing your solution. I created the issue https://youtrack.jetbrains.com/issue/TW-42944, we will test it and update the documentation.