XcPathAliases.

GetXcBuildPath(ICakeContext, Platform) Method

Summary

This method returns the path of XcBuild specified by the user or search it in the tools directory.
Assembly
Cake.XComponent.dll
Namespace
Cake.XComponent
Containing Type
XcPathAliases

Syntax

public static string GetXcBuildPath(this ICakeContext context, Platform platform = 0)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The Cake Context
platform Platform The platform used to launch the application

Return Value

Type Description
string The XcBuild path