Team city unmet requirement: MSBuildTools12.0_x86_Path exists

后端 未结 11 2413
深忆病人
深忆病人 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 21:53

    I seemed to solve this issue by going into the registry and deleting all entries for MSBuild that weren't for version 12, then restarted the agent.

    To do that, go to Start > Run and type in Regedit

    Then navigate to the key:

    HKEY_LOCAL_MACHINE > SOFTWARE > Microsoft > MSBuild

    Delete all versions except for 12.0.

    Go down the next level to ToolsVersions and delete the non-12.0 versions there.

提交回复
热议问题