Completed
Start package restore step
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
A Piece of Cake - C# Powered Cross Platform Build Automation
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What is Cake
- 3 What is a build
- 4 Cake overview
- 5 Cake tools
- 6 Why do I need Cake
- 7 Core philosophies of Cake
- 8 Can I use other build tools
- 9 Github repo
- 10 Demo notes
- 11 Start package restore step
- 12 Cake bootstrapper
- 13 Build up cake file
- 14 VSCode Interactive Terminal
- 15 New Get Package Restore
- 16 Run Build
- 17 Run Build on UNIX
- 18 Run Unit Tests
- 19 Run as part of the build
- 20 Preprocessor directives
- 21 Changing the URI syntax
- 22 Running the build again
- 23 Read the stack trace
- 24 Clean directories
- 25 Xunit test
- 26 Get packaging
- 27 New package step
- 28 Clean task to include
- 29 Debugging