Cake.Squirrel

Cake addin for Squirrel.Windows

#addin nuget:?package=Cake.Squirrel&version=0.15.1

dotnet add package Cake.Squirrel --version 0.15.1

<PackageReference Include="Cake.Squirrel" Version="0.15.1" />

Aliases

Contains functionality related to running Squirrel.

General

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