FAKE - F# Make - A DSL for build tasks and more FAKE
6.1.3
Edit this page

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

Releasifying NuGet Packages with Squirrel

Squirrel.Windows is an installation tool with an auto-update system for Windows desktop apps.

To see the available Squirrel APIs in FAKE, please see the API-Reference for the Squirrel module.

Squirrel.exe CLI tool

This module is a wrapper around the Squirrel.exe CLI tool that is available in the squirrel.windows NuGet package.

Releasify

Releasifying create all files necessary for release from a NuGet package.

open Fake.Installer

Squirrel.releasify "./my.nupkg" (fun p -> { p with ReleaseDir = "./squirrel_release")