BumpyAliases.

BumpyEnsure(ICakeContext) 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)

Examples

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

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.

Return Value

Type Description
void