Assign specific agent on Azure DevOps YAML Pipelines
I am trying to assign a specific agent on my agent pool but I don't know how to do it. Does anyone know it? I tried with this but doesn't work: - stage: Deploy pool: alm-aws-pool agent.name: deploy-05-agent1