Chapter Summary
In this chapter we bring together what we’ve done so far: build activity, source control, and unit testing and frame it within the context of Continuous Integration/Continuous Delivery (CI/CD).
When Done, You Will
Understand what CI/CD is.
Understand what a CI/CD Pipeline is.
Setup Azure DevOps with GitHub to act as our CI/CD pipeline.
Automatically Build, Test, and Package our API solution using Azure DevOps.
Prepare for Deployment to Azure.
What Is CI/CD?
To talk about CI/CD is to talk about a pipeline of work” or, if you prefer another analogy: a production ...