Search code examples
tfstfsbuildtfs-2015

TFS 2015 Requires Test Agent with a Certain Version


When we are trying to queue a build with some coded UI tests, TFS 2015 complains about test agent not being of the correct version.

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

Agent.Version -gtVersion 1.94.0

enter image description here

I've downloaded and installed the Agents for Microsoft Visual Studio 2013 Update 5, but I'm not sure if it's the latest possible version we can get.

I'm 100% pretty sure TFS sees our agent.

Is there a way to ensure we have this 1.94.0 version? And where can I find a download link for it? Or maybe, the problem is not with the version?


Solution

  • It's looking for a build agent which version is equal to 1.94.0 rather than the test agent version. Please download the latest build agent from your TFS web portal and configure it.