[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

[Redirect Magazine] #22 - Imaginary problems, .NET pipelines, patterns misuse, architecture resources and CI/CD

Another week gone by (and this wasn’t a cold one over here), another bunch of links. Articles “Imaginary problems, the root of bad software” Very nice post on the problems, the real and the imaginary ones, we face on our jobs. After reading I’m pretty confident you can relate. “Pipelines - a guided tour of the new IO API in .NET, part 3” Another really nice article on .NET’s pipelines from Marc Gravell....

August 5, 2018 · 1 min · 192 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