Discover how to create cross-platform build scripts using C# with Cake, a powerful build automation system. Learn to incrementally develop a build and orchestration script for a standard .Net Solution, covering tasks such as compiling applications, running unit tests, performing static analysis, and packaging. Explore Cake's core philosophies, tools, and first-class support for common build tools like XUnit, WiX, and SignTool. Follow along as the presenter demonstrates package restoration, Cake bootstrapping, building on UNIX systems, implementing unit tests, using preprocessor directives, and debugging techniques. Gain insights into efficient build script creation without the need to learn new languages or DSLs, leveraging your existing C# skills for streamlined build automation.
A Piece of Cake - C# Powered Cross Platform Build Automation