Cake.Warp

What is it?

Cake.Warp is an addin for the Cake Build script adding support for creating stand-alone platform specific binaries on Linux, MAC OSX, and Windows.

Where to get it

Officially published versions are available on NuGet . While development versions are made available using the following nuget end point: https://ci.appveyor.com/nuget/cake-warp Every build produces nuget packages on this feed, be it official builds, Pull Requests, or anything between. As such, it is very important to pin the version used in your build script.

Cake support

This addin targets .NET Standard 2.0 framework and .NET 4.6.1, which allows you to use the addin with either Cake, Cake.CoreCLR or Cake.Tool.

GitHub