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 list" to list all versions.
Syntax
public static void BumpyList(this ICakeContext context, BumpySettings settings)
Examples
BumpyList(new BumpySettings() { Profile = "my_profile" });
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
settings |
BumpySettings |
The tool settings. |
Return Value