Denis Molodtsov
Denis Molodtsov

Reputation: 824

Determine Current Visual Studio 2013 Test Agent Version

We are using TFS 2015 and we are trying to run build definition on a remote server with a test agent.

TFS complains that our test agent version is too old:

No agent found in pool 1 which satisfies the specified demands:

Agent.Version -gtVersion 1.94.0

The question is: how can you tell the current version of the agent?

Upvotes: 0

Views: 171

Answers (1)

Legends
Legends

Reputation: 22732

You can see it on the Agent pools pagein TFS under Capabilities.

enter image description here

Upvotes: 1

Related Questions