Following the documentation here, I am trying to use vmImage: 'ubuntu-latest'
in Azure Devops Server.
How can I use vmImage: 'ubuntu-latest'
in my Azure DevPps Server?
Following the documentation here, I am trying to use vmImage: 'ubuntu-latest'
in Azure Devops Server.
How can I use vmImage: 'ubuntu-latest'
in my Azure DevPps Server?
Copyright © 2021 Jogjafile Inc.
We can't use
ubuntu-latest
in Azure DevOps Server.Those VmImages are only for Microsoft-hosted agents and Microsoft-hosted agents are only for Azure Devops Service.
Please check the statement from the documentation:
Since you're using the Azure Devops Server, you should install the Self-hosted agents. About how to choose specific agent in self-hosted agent pool, you can check demands syntax for more details.