I'm setting up TeamCity 8.1 in an empty Windows 7 machine. What are the minimal software requirements in order to build a ASP.NET MVC Web Application created in Visual Studio 2013?
I will be using both Github and Subversion as source version control system (VCS).
On my first try there was no problems connecting to the VCS's. But I immediately started to get build errors, starting with
Unmet requirements: MSBuildTools12.0_x86_Path exists.
This is not so much a question since I'm answering it myself. I wanted to list the error messages I got in the process and how I solved them. I'm hoping this will help someone else in the same situation.