To manage build operations, perform the following steps:
- Make a minor change to any code in your project and check-in the changes.
- Then, open the Azure DevOps project and select Builds from the Pipelines menu. You should see something like the following:
- Clicking on the description under the Commit column will take us to the details of the build; click on this link.
- This will open the details of the build operation with the Console open by default. This verbosely lists every detail of the operation as it happens. Any errors or warnings are also listed here.
- Once complete, check for errors. These will show up on the failed ...