How to create a Cake Addin
Who doesn’t love cake? There are a ton of existing addins for Cake, but you may run into a situation where you want to create your own cake add in. Here’s how! Note: If you have no idea what Cake is, check out my intro to Automating Builds with Cake (C# Make) post first. https://youtu.be/qVd0VNII5nIVideo can’t be loaded because JavaScript is disabled: How to create a Cake (C# Make) Addin (https://youtu.be/qVd0VNII5nI) AppSettings Replacer In my case I wanted to replace some values in the appSettings of an app.config. There are already a couple existing ways to do this, such as… Read More »How to create a Cake Addin