Assembly which makes it easier for other environments and languages to interop with Cake.
It will give you static Methods and Properties which lets you use Cake Core/Common and addins from any .NET project/language.
You can read more about it in this blog post: Dispelling the magic! - The layers and pieces of Cake.
There's a couple examples on how to utilize Cake.Bridge
- F# - build.fsx
- Visual Basic Program.vb
- PowerShell - build.ps1
- CSX (C# Script) - build.csx
- C# Console application - CakeConsoleRunner