How to build Docker Containers with Cake
we will explore how we can use Cake to build and publish our Docker containers to a Docker Container Registry in this example we will be using Github Container Registry.
we will explore how we can use Cake to build and publish our Docker containers to a Docker Container Registry in this example we will be using Github Container Registry.
Cake is a build automation system for .NET Developers to script their build processes using a C# Domain Specific Language (DSL). In this post, we’ll explore the benefits of Cake and its major features with a concrete working example to achieve a flexible, maintainable, automated build process.
developing software and working with a build or integration server, there are certain conventions that one should follow when making updates to the shared codebase
A detailed step by step on how to install configure cake on a ubuntu headless server to build ASP.net core applications