[Video] Creating a CI/CD pipeline for a .NET library

Video series on setting up a complete CI/CD pipeline for a .NET library, from building and testing in different platforms, visualizing code coverage and publishing the binaries to NuGet.'

August 19, 2018 · 1 min · 167 words · João Antunes

Creating a CI/CD pipeline for a .NET library: Part 3 - Building on AppVeyor and Travis CI

In this third post we get our build running in the cloud, compiling and testing in Windows, Linux and MacOS.

July 30, 2018 · 6 min · 1079 words · João Antunes

Creating a CI/CD pipeline for a .NET library: Part 4 - Code coverage on Coveralls, badges and wrap up

In this fourth post, we’ll add the final touches to the pipeline, publishing the code coverage report and adding some badges to GitHub.

July 30, 2018 · 4 min · 644 words · João Antunes

Creating a CI/CD pipeline for a .NET library: Part 2 - Defining the build with Cake and publishing to NuGet

In this second post we get started with the CI/CD pipeline, defining the build steps in C# using Cake.

July 30, 2018 · 7 min · 1279 words · João Antunes

Creating a CI/CD pipeline for a .NET library: Part 1 - Intro

Setting up a complete CI/CD pipeline for a .NET library, from building and testing in different platforms, visualizing code coverage and publishing the binaries to NuGet.

July 30, 2018 · 2 min · 314 words · João Antunes