XcBuildAliases.

XcBuildExecuteCommand(ICakeContext, string, Platform) Method

Summary

This method executes XcBuild passing arguments.
Assembly
Cake.XComponent.dll
Namespace
Cake.XComponent
Containing Type
XcBuildAliases

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

Type Description
void