This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Bumpy.
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 |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
Return Value
Type | Description |
---|---|
void |