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 exports interface for an XComponent project.
Syntax
public static void XcBuildExportInterface(this ICakeContext context, string project, string output, string compiltationMode = "Debug", string environment = "Dev", bool keepFolderContent = false, string additionalArguments = "", Platform platform = 0)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The Cake Context |
project |
string |
The project to export interface for |
output |
string |
The folder where to export interface |
compiltationMode |
string |
The compilation mode (Debug/Release) |
environment |
string |
The XComponent environment (Dev/Prod/...) |
keepFolderContent |
bool |
A flag to control whether to ovewrite folder content or not |
additionalArguments |
string |
Additional arguments to pass to XComponent Build |
platform |
Platform |
The platform used to launch the application |
Return Value