WarpAliases Class

Summary

Runs the warp binary (embedded in addin) to create a stand-alone packed binary for supported platforms.

In order to use the commands for this addin, you will need to include the following in your cake script.

#addin nuget:?package=Cake.Warp&version=0.1.0
Assembly
Cake.Warp.dll
Namespace
Cake.Warp
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["WarpAliases"] class Type type-node

Syntax

public static class WarpAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
Warp(ICakeContext, DirectoryPath, string, FilePath, WarpPlatforms) void
Runs the warp packer binary on the specified inputDirectory, and outputs the resulting packed binary to outputFilePath.
static
Warp(ICakeContext, WarpSettings) void
Runs the warp packer binary with the specified settings.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin