Setting Up A CI/CD Pipeline In Azure DevOps
Set up Azure DevOps, create a Git repository & build pipeline to automate code compilation, testing & deployment, streamlining development workflow. Troubleshoot parallelism errors by enabling public projects & requesting additional licenses.
Introduction In this project, I learned how to create a Continuous Integration (CI) and Continuous Deployment (CD) pipeline using Azure DevOps. This project allowed me to automate the process of integrating code changes, running tests, and deploying applications. The ultimate goal was to streamline my development and deployment workflow, ensuring faster and more reliable software delivery. By the end of this project, I learned how to: Set up a Git repository in Azure DevOps. Create build pipelines to automate the building and testing of my application. Let me walk you through the steps I fo...