azure-devopsazure-pipelines

"No agent found in pool Default which satisfies the specified demands:


I am getting the below message while I am doing build in my Azure DevOps pipeline. Here I am using Azure DevOps pipelines, VS2017 and Windows 2016.

"No agent found in pool Default which satisfies the specified demands:

msbuild

visualstudio

vstest

Agent.Version -gtVersion 2.161.0 "

This is failing when I'm using three agent jobs in single pipeline. If I run the same tasks in new pipeline it works fine. Could you please suggest the solution?


Solution

  • This issue is caused by "Download Pipeline Artifacts@2" task.

    It has been reported to the product group not long ago, and our engineers have released fixes that resolve compatibility issues. This issue has now been fixed. I apologize for the inconvenience here.

    For details,please refer to this case on our Developer Community forum.