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.
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