Team city unmet requirement: MSBuildTools12.0_x86_Path exists

后端 未结 11 2418
深忆病人
深忆病人 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:20

    I needed to install MSBuild separately, then after restarting the agent the variable was there.

    (From MSDN article) MSBuild is now installed as part of Visual Studio rather than as part of the .NET Framework. The current MSBuild version number is 12.0. If you want to install MSBuild separately, download the installation package from MSBuild Download.

    edit: the answer link was broken. Here is the link for Microsoft Build Tools 2015 (most recently until today): https://www.microsoft.com/en-us/download/details.aspx?id=48159

提交回复
热议问题