SquirrelAliases Class

Summary

Contains functionality related to running Squirrel.
Assembly
Cake.Squirrel.dll
Namespace
Cake.Squirrel
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["SquirrelAliases"] class Type type-node

Syntax

public static class SquirrelAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
Squirrel(ICakeContext, FilePath, SquirrelSettings, bool, bool) void
Runs Squirrel Releasify against the specified NuGet package using the specified settings, if output should be redirected, and if it should be silent.
static
Squirrel(ICakeContext, FilePath, SquirrelSettings) void
Runs Squirrel Releasify against the specified NuGet package using the specified settings.
static
Squirrel(ICakeContext, FilePath) void
Runs Squirrel Releasify against the specified NuGet package.
static
SyncReleases(ICakeContext, SyncReleasesSettings, bool, bool) void
Runs SyncReleases using the specified settings, if output should be redirected, and if it should be silent.
static
SyncReleases(ICakeContext, SyncReleasesSettings) void
Runs SyncReleases using the specified settings.
static

Extension Methods

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