XcPathAliases.

SetXcBridgePath(ICakeContext, string) Method

Summary

This method sets the path of XcBridge that will be used by all other commands.
Assembly
Cake.XComponent.dll
Namespace
Cake.XComponent
Containing Type
XcPathAliases

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

Type Description
void