This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Warp.
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 |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
Warp |
void |
Runs the warp packer binary on the specified
inputDirectory, and outputs the
resulting packed binary to outputFilePath.
static
|
Warp |
void |
Runs the warp packer binary with the specified
settings.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
Returns the string value or a
Not set > markup suitable for Spectre.Console.
From StringExtensions
Requires the Cake.Issues addin
|