A Piece of Cake

Testing dotnet tool Cake or C# Make

Summary Cake’s main purpose is to use C# to write your build logic. It’s similar to RAKE, FAKE. Cake web site has pretty good documentation about its features and usage. I will test only following: Install Cake Set up VS Code Demo how Cake manages dependencies when you need to write code in C# Installation dotnet tool install --global cake --version 0.32.1 You may also use Cake bootstrap script to install and execute. [Read More]