Introduction
Azure Pipelines helps you automatically build and test your code every time you make a change. It solves the problem of manually checking and deploying code by running these steps for you in the cloud.
When you want to check your code for errors automatically after every change.
When you want to build your app and prepare it for release without doing it by hand.
When you want to run tests on your code to catch problems early.
When you want to deploy your app to a server or cloud automatically after building.
When you want to share your build and test process with your team for consistency.