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 new" to create a new configuration file if one does not exist.
- Assembly
- Cake
.Bumpy .dll - Namespace
- Cake
.Bumpy - Containing Type
- BumpyAliases
Syntax
public static void BumpyNew(this ICakeContext context)
Examples
BumpyNew();
Attributes
| Type | Description |
|---|---|
| Cake |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The context. |
Return Value
| Type | Description |
|---|---|
| void |
