TeamCity Unmet Requirements: MSBuildTools14.0_x86_Path exists

I have a solution built into VS 2015 and you need to configure TeamCity to run it.

I installed a build agent on a VM, but TeamCity marks all build profiles for that build agent as incompatible and gives the following error:

Unmet requirements: MSBuildTools14.0_x86_Path exists

I have installed MSBuild Tools 2013. Please advise what to do. Thank.

+3


source to share


2 answers


You need to download Microsoft Build Tools 2015 from this link - https://www.microsoft.com/en-us/download/details.aspx?id=48159 and make sure the path is added to the System Variable



+3


source


Thank. I used the chocolate tool to install the MSBuild Tools packages. It installed the latest version for VS 2017, but my solution was built on VS 2015. So I uninstalled the package and installed it again. He solved the problem.



0


source







All Articles