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 XcBuild that will be used by all other commands.
- Assembly
- Cake
.XComponent .dll - Namespace
- Cake
.XComponent - Containing Type
- XcPathAliases
Syntax
public static void SetXcBuildPath(this ICakeContext context, string xcBuildPath)
Attributes
| Type | Description |
|---|---|
| Cake |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The Cake Context |
| xcBuildPath | string | The XcBuild Path |
Return Value
| Type | Description |
|---|---|
| void |
