XcPathAliases.

SetXcRuntimePath(ICakeContext, string) Method

Summary

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

Syntax

public static void SetXcRuntimePath(this ICakeContext context, string xcRuntimePath)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The Cake Context
xcRuntimePath string The XcRuntime Path

Return Value

Type Description
void