I am deploying from azure devops using a self hosted deploy agent, using azure release pipelines.
The deployment pool is shared and served by one deploy agent running on a windows 2019. All works well for the old project.
I created a new project that consumes the same deployment pool. When i submit a new Release to the pool i got the error:
No agent found in pool DEV Server Pool which satisfies the specified demands: Agent.Version -gtVersion 2.155.1
I try forcing update on the deployment pool, from the "Organization Settings"->"Deployment Pools" page, but the agent is not upgraded.
How i can i fix this? Should the agent self-upgrade?