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 sets the path of XcBridge that will be used by all other commands.
Syntax
public static void SetXcBridgePath(this ICakeContext context, string xcBridgePath)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The Cake Context |
xcBridgePath |
string |
The XcBridge Path |
Return Value