Hi All,
I am facing issue while building the project from VSTS build definition tasks. When I trigger the build in VSTS, it is throwing error like:
No agent found in pool KPISelenium which satisfies the specified demands:
maven
Agent.Version -gtVersion 2.0.0
where KPISelenium is my agent pool name .
I have used maven as my continuous build deployment and Test NG framework to run the scripts. I have selected 'Maven' task from process list for Build and providing following parameters.
Please see below steps :