What is Azure Pipelines?
Azure Pipelines is a cloud-based continuous integration and continuous delivery (CI/CD) service that enables you to automate the build, test, and deployment of applications to Azure and other cloud services.
You can use Azure Pipelines to:
- Build your code
- Run tests
- Deploy your applications to Azure
- Integrate with other DevOps tools
Build and Test Your Code
Azure Pipelines supports a wide range of build tools, including:
- MSBuild
- Visual Studio
- Jenkins
- TeamCity
- Docker
You can use Azure Pipelines to:
Run unit tests, integration tests, and other types of tests.