CI/CD as a Code for .NET Core application and Kubernetes using Azure DevOps +YAML.

Boris Zaikin
ITNEXT
Published in
5 min readDec 6, 2019

--

Building CI/CD process for the .NET Core application could be complicated especially when you are dealing with Kubernetes and Docker and if you need to include code style analysis, unit test and code coverage report.

In this article I am going to explain the process of building simple CI/CD pipeline for existing .net core…

--

--