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.XComponent.
Summary
This method executes XcBuild passing arguments.
Syntax
public static void XcBuildExecuteCommand(this ICakeContext context, string arguments, Platform platform = 0)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The Cake Context |
arguments |
string |
Arguments to pass to XComponent Build |
platform |
Platform |
The platform used to launch the application |
Return Value