TopshelfAliases.

InstallTopshelf(ICakeContext, FilePath, TopshelfSettings) Method

Summary

Installs a Topshelf windows service
Assembly
Cake.Topshelf.dll
Namespace
Cake.Topshelf
Containing Type
TopshelfAliases

Syntax

public static void InstallTopshelf(this ICakeContext context, FilePath filePath, TopshelfSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The cake context.
filePath FilePath The file path of the Topshelf executable to install.
settings TopshelfSettings The TopshelfSettings used to install the service.

Return Value

Type Description
void