XcPathAliases.

SetXcSpyPath(ICakeContext, string) Method

Summary

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

Syntax

public static void SetXcSpyPath(this ICakeContext context, string xcSpyPath)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The Cake Context
xcSpyPath string The XcSpy Path

Return Value

Type Description
void