I've created a Azure agent on my PC and I'm trying to run my build pipeline on it:
pool:
name: TestPool
vmImage: PeterPCAgent
When I run it:
##[error]No agent found in pool TestPool which satisfies the specified demands: npm, Agent.Version -gtVersion 2.163.1
On my PC I have installed npm:
C:\Users\alucardu>npm -v
6.14.6
I've restarted the server and pc but I keep getting the same message.
In the Azure TestPool dashboard it doesn't show any agent either:
I did run through the New agent
steps though.
Also when I close the local agent and run the pipeline I get the same message. So it looks like the issue is not NPM but that Azure is not connecting to my local agent:
TestPool
and voila :) – Peter Boomsma