Reputation: 60871
Where are the builds? How do I create a build?
When I go to pipelines, I do not see builds:
I am a member of the build administrators
group.
From VS, I can go to view builds in browser
:
That correctly takes me to:
https://myorg.visualstudio.com/myproject/_build
Yet, it's still missing builds:
I can even query for a specific build:
https://myorg.visualstudio.com/myproject/_build?definitionId=75&view=runs
And here's what I get:
Where are the builds? How do I create a build?
Upvotes: 13
Views: 6652
Reputation: 1566
The previous "Builds" interface can be accessed at the bottom of the "Where is your Code" section. click on "Use the classic Editor"
CLicking that will now lead you to the "classic" interface.. for those who are following guides from 2018-2019
Upvotes: 1
Reputation: 3860
Builds are now called Pipelines.
To create a Pipeline: https://learn.microsoft.com/en-us/azure/devops/pipelines/create-first-pipeline?view=azure-devops&tabs=tfs-2018-2
Upvotes: 14