I\'m attempting to build an ASP.NET vNext project in TeamCity. When it tries to build, I get the following error:
C:\\...\\MyApp.kproj(7, 3): error MSB4019: The i
An alternative workaround is to simply replace the 12.0 tools with 14.0 tools. I just downloaded the lastest Visual Studio 2015 (Update 2) build tools. Installed it on my agents and
Renamed C:\Program Files (x86)\MSBuild\12.0 => C:\Program Files (x86)\MSBuild\12.0-old
Copied C:\Program Files (x86)\MSBuild\14.0 => C:\Program Files (x86)\MSBuild\12.0
Works! You need to have the 14.0-tools in both 12 and 14 folder for things to work.