Features I wish I had known about earlier for developing, debugging, and improving the performance of my pipelines — Using the Azure CLI to queue builds Since there is no support for running pipelines locally, you need to commit each change to your repository and queue your pipeline to run within Azure DevOps. To queue a run, you have three options: you can manually queue a run via the Azure DevOps GUI, you can set up…