[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.'
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.'
In this third post we get our build running in the cloud, compiling and testing in Windows, Linux and MacOS.
In this fourth post, we’ll add the final touches to the pipeline, publishing the code coverage report and adding some badges to GitHub.
In this second post we get started with the CI/CD pipeline, defining the build steps in C# using Cake.
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.