CakeAliases Class

Summary

Contains functionality related to running Cake scripts out of process.
Namespace
Cake.Common.Tools.Cake
Base Types
  • object
graph BT Type-->Base0["object"] Type["CakeAliases"] class Type type-node

Syntax

[CakeAliasCategory("Cake")]
public static class CakeAliases

Attributes

Type Description
CakeAliasCategoryAttribute An attribute used for documentation of alias methods/properties.

Methods

Name Value Summary
CakeExecuteExpression(ICakeContext, string, CakeSettings) void
Executes Cake expression out of process.
static
CakeExecuteExpression(ICakeContext, string) void
Executes Cake expression out of process.
static
CakeExecuteScript(ICakeContext, FilePath, CakeSettings) void
Executes cake script out of process.
static
CakeExecuteScript(ICakeContext, FilePath) void
Executes cake script out of process.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin