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.Wyam.
Summary
Contains functionality related to Wyam2.
In order to use the commands for this alias, include the following in your build.cake file to download and install from NuGet.org, or specify the ToolPath within the WyamSettings class:
#addin "nuget:?package=Cake.Wyam2"
#tool "nuget:?package=Wyam2"
- Assembly
- Cake
.Wyam .dll - Namespace
- Cake
.Wyam - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["WyamAliases"]
class Type type-node
Syntax
public static class WyamAliases
Remarks
Make sure to remove existing references to old Cake.Wyam addin (https://www.nuget.org/packages/Wyam/).
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
Wyam |
void |
Runs Wyam2 using the specified settings.
static
|
Wyam |
void |
Runs Wyam2 using the specified settings.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|