Linh
Linh

Reputation: 1022

What is the meaning of Build Agent in Team Foundation Server?

What is the meaning of Build Agent in the Architectural of Team System Team Build? I want to understand it to configuration the TFS for our company

alt text
(source: microsoft.com)

Upvotes: 1

Views: 571

Answers (1)

Arve
Arve

Reputation: 7506

A build agent is a machine that builds code. You define and request the build in Team Explorer and it it builds on another machine, the build agent.

You can use i for continuous integration or other builds.

Upvotes: 2

Related Questions