Learn how Azure DevOps pipeline statistics provide valuable insights into your CI/CD processes.
Understanding the shallow fetch method in Azure DevOps pipelines to troubleshoot problems using tools that rely on git history to work
Azure DevOps is composed by five main blocks, do you know that if a block is not used you can completely disable from a single Team Project?
Azure DevOps has two distinct way to create release pipeline, the new one, fully YAML and the old one, based on a GUI. Let's discover which one to use in your scenario
If you need Pipeline agents that runs on premise, Disk Space could become a problem, let's see how to solve this problem.
Azure DevOps is a complete solution for your project and it is not absolutely bound to Windows development. Learn how simple is to use git from linux.
If you encounter Work Item Type(s) cannot be moved because it is disabled...
Often customers keeps information in other systems and not only Azure DevOps, lets see a typical example on how to maximize productivity.
If you automatically creates docker images for Pull Requests, it is quite important that you automate cleanup of these images to avoid filling your docker registry with unused images.
Being able to easily test code of a Pull Request is the key to have a better code management. Most of the time checking only the code increment is not enough to validate a PR