Just in case people aren’t in a read mood and want to check out how to build a CI/CD pipeline for a .NET library, I made a video for each of the posts on the series.
“Creating a CI/CD pipeline for a .NET library: Part 1 - Intro”
Original post: Part 1 - Intro
“Creating a CI/CD pipeline for a .NET library: Part 2 - Building with Cake and publishing to NuGet”
Original post: Part 2 - Defining the build with Cake and publishing to NuGet
“Creating a CI/CD pipeline for a .NET library: Part 3 - Building on AppVeyor and Travis CI”
Original post: Part 3 - Building on AppVeyor and Travis CI
“Creating a CI/CD pipeline for a .NET library: Part 4 - Code coverage on Coveralls and build badges”
Original post: Part 4 - Code coverage on Coveralls, badges and wrap up
The accompanying code for these posts is here (tagged to be sure the code reflects what’s written here in the future).
Cyaz!