Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TeamCity Unmet requirements: MSBuildTools14.0_x86_Path exists

Tags:

build

teamcity

I have a solution built in VS 2015 and need to set up TeamCity to run it.

I have installed a build agent on a Virtual Machine, but TeamCity marks all the build profiles for this 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 you.

like image 428
Helen-G Avatar asked Jun 16 '17 03:06

Helen-G


1 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 path is added in System Variable

like image 119
Pramod Raut Avatar answered Nov 02 '22 22:11

Pramod Raut