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.SPCAF.
Summary
Get SPCAF runner for fluent configuration.
Syntax
public static void SPCAF(this ICakeContext context, Action<FluentSPCAFSettings> config)
Attributes
Type |
Description |
CakeAliasCategoryAttribute |
|
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
config |
Action<FluentSPCAFSettings> |
The fluent configuration action. |
Return Value