AgentAliases.

RunRemoteTarget(ICakeContext, string, RemoteSettings) Method

Summary

Run a target on a remote CakeBoss agent
Assembly
Cake.CakeBoss.dll
Namespace
Cake.CakeBoss
Containing Type
AgentAliases

Syntax

public static bool RunRemoteTarget(this ICakeContext context, string target, RemoteSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The cake context.
target string The script target to run.
settings RemoteSettings The information about the remote target to run.

Return Value

Type Description
bool If the target ran successfully