What do I need to install a Visual Studio 2010 (sln)-compatible Build Agent in TeamCity?

前端 未结 2 1897
一生所求
一生所求 2021-01-13 05:41

I seem to be unable to install a build agent on our TeamCity 5.1.2 build server that is compatible with a VS2010 (sln) build configuration.

Under \"Build Runners\",

相关标签:
2条回答
  • 2021-01-13 05:56

    TeamCity build agent does not detect .NET 4.0 Client Profile as dotNetFramework4.0. Check you have full .NET Framework 4.0 installed.

    Another reason of that is build agent has corrupted plugins. To fix it: - stop agent - remove /plugins, /system, /tools folders - start agent - wait till agent autoupgrade (agent service may be shown as stopped, just wait)

    0 讨论(0)
  • 2021-01-13 05:57

    I think I figured it out:

    Install the Windows SDK from Microsoft. Right now, the latest version is 7.1.

    Note that since I just suddenly noticed that it worked, I don't know for certain that this is what did it - it might me completely irrelevant, but this is the only thing in my configuration I changed that I think could be relevant.

    0 讨论(0)
提交回复
热议问题