Team city unmet requirement: MSBuildTools12.0_x86_Path exists

后端 未结 11 2446
深忆病人
深忆病人 2020-12-12 21:50

I have a TeamCity install on x32 Server2008 windows machine. I\'ve run the .net 4.5 web install. I\'ve also copied over the files from my x64 machine based on this article

11条回答
  •  心在旅途
    2020-12-12 22:08

    I had the same problem and at the end it turned out that my defined build step to run MSBuild was configured wrong.

    In my MSBuild build step the setting "MSBuild ToolsVersion" was set to 12.0 (default), which lead to the error "Unmet requirements: MSBuildTools12.0_x86_Path exists" on my system. Because I don't need the new MSBuild 12.0 to run my build, I changed this setting to 4.0 in my build step. This MSBuild version is correctly installed on my system. This solved the issue for me.

提交回复
热议问题