Search code examples
azure-devopsazure-pipelinesbuild-serverazure-devops-self-hosted-agent

What is actual TFS 2018 Build server configuration ? If i complete agent installation will that be considered as build server?


I have installed TFS 2018 and I'm trying to setup dedicated build server for this.

I have three windows servers one for TFS-WindowsBox1(TFS 2018 Installation completed), one for Build server-WindowsBox2(Build server setup steps and architecture needed), DB-WindowsBox3(DB Installation completed).

I'm looking for build server setup on WindowsBox2 and I'm looking best practices or steps to follow.

In administration section, I'm seeing agent download option in agent pools tab.

If i download and install agent on windowsbox2 server , will that be considered as Build server.

And what are the differences between agents and build server setup ?


Solution

  • You can refer to this article (Deploy an agent on Windows) to setup TFS build/release agent, after that this is your "build server".

    There are interactive and service mode and by default it is running in interactive mode, for this mode, you need to call run.cmd (in the same folder of config.cmd) to start agent, then the agent state will be online.

    With service mode, you can check whether the corresponding service is running or not in Services.