-
Azure DevOps YAML: Slides / Code from VSLive Redmond 2023
I’m doing a talk today at VSLive Redmond 2023 on automated builds and releases in Azure DevOps using YAML-based pipelines. Here are my slides and code samples.
-
“Real World Scrum with Azure DevOps”: Slides from VSLive Redmond 2023
Looking to get going at doing Scrum with Azure DevOps? Here the slides from my talk at VSLive Redmond 2023.
-
Azure DevOps (azdoutil) Flow Metric & Project Forecasting Tools Now Supports Multiple Teams!
Azure DevOps (azdoutil) Flow Metric & Project Forecasting Tools Now Supports Multiple Teams!
-
Azure DevOps YAML: Slides / Code from VSLive Las Vegas 2023
My slides and code samples from my Azure DevOps YAML Pipelines talk at VSLive Las Vegas 2023.
-
How to Predict the Future With Azure DevOps & Flow Metrics
Yes, you can predict the future. Well, maybe more like forecast the future. And Azure DevOps can help. Enter Flow Metrics & Throughput.
-
How to Customize Azure DevOps to Streamline Scrum Product Backlog Refinement
Want to make Scrum Product Backlog Refinement a lot easier in Azure DevOps? Try adding these simple customizations.
-
New Course: Implementing Scrum with Azure DevOps
New Course! Implementing Scrum with Azure DevOps! Whether you’ve been using Scrum and Azure DevOps for forever or you’re just starting out, there’s plenty of great content and tips for you. This course will give you and your team a jumpstart (or a helpful tune-up) for using Azure DevOps to deliver software with Scrum.
-
Azure DevOps Utilities (azdoutil)
Announcing Azure DevOps Utilities (adzoutil)! These are a collection of the handy utilities that I’ve written for Azure DevOps over the years. I hope you find them useful.
-
Enforce Code Coverage as Part of Pull Requests in Azure DevOps
Did you know that you can enforce code coverage as part of pull requests in Azure DevOps? Here’s how to set it up.
-
Azure DevOps Tip: Have a Separate YAML Pipeline for Pull Request Validations & Use YAML Templates
In Azure DevOps, balancing the needs of your deployment pipelines and your pull request validation requirements can get a little hairy. Try splitting them in to two pipelines and use YAML Templates to keep the code clean