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
Runs Wyam2 using the specified settings.
Syntax
public static void Wyam(this ICakeContext context, WyamSettings settings)
Examples
Wyam(new WyamSettings()
{
OutputPath = Directory("C:/Output")
});
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
settings |
WyamSettings |
The settings. |
Return Value