1. Install and configure Azure CLI and the Azure DevOps extension.
2. Authenticate to Azure DevOps.
3. Queue a new build using the `queue` command with desired options (branch, variables).
4. Monitor the build status using the `status` command.
5. If needed, cancel a running build using the `cancel` command.
6. Investigate build failures by downloading logs or artifacts.
7. Iterate on pipeline changes by cancelling old builds and queueing new ones.