Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 969 Bytes

abstract.md

File metadata and controls

11 lines (6 loc) · 969 Bytes

A Piece of Cake - C# powered cross platform build automation

Have you ever wanted to create a build script for your application, but been faced with learning a new language, or DSL, or writing more YAML than any person should ever need to?

Have you ever wanted to create a build script that will work cross platform?

Have you ever wanted to create a build script that has first class support for the most common build tools like XUnit, WiX, SignTool, and many others?

Have you ever wanted to create a build script that uses a language that you already know, and love?

If you have answered yes to any of these questions, then the Cake Build Automation System is for you! In this session we will start with a standard .Net Solution and incrementally add a build and orchestration script to compile the application, run unit tests, perform static analysis, package the application, and more, using the C# skills that you may already have.