BumpyAliases.

BumpyEnsure(ICakeContext, BumpySettings) Method

Summary

Runs "bumpy.exe ensure" to check if all versions in a profile are equal.
Assembly
Cake.Bumpy.dll
Namespace
Cake.Bumpy
Containing Type
BumpyAliases

Syntax

public static void BumpyEnsure(this ICakeContext context, BumpySettings settings)

Examples

// e.g. will fail if "bumpy list" would show different versions such as 1.1.0 and 1.2.0
BumpyEnsure();

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings BumpySettings The tool settings.

Return Value

Type Description
void