How do I create a CI build on Azure Devops with agent jobs?
Or why can't I create a CI build with agent jobs?
What is the reason that one has the option (plus in blue bar) to add agents and the parameters section message has the gray message while the other does not? Both are on the same agent.
I want to setup a CI build for an Azure function app and then a CD release to deploy it.
Here is what I have tried:
I created an Azure webapp from within Azure and configured it to use devops in the deployment center. That CI build has agents.
However, if I create a new build from dev.azure.com, no matter what options I choose or what my yml file looks like, it does not give the option of adding agents.