Im trying to make a build of asp.net mvc 4 application on my teamcity server.
The server is Windows Server 2012 R2. with 64bit OS.
Teamcity version is 8.1 (build 29879).
If I set MSBuild version to MSBuild Tools 2013 agent is incompatible.
The reason is: Unmet requirements: MSBuildTools12.0_x64_Path exists
I made sure I install .net sdk, and as its a Windows Server 2012, .net 4.5 is already
installed there (4.5.2 in my case). What should I do to make it work?