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.Gem.
Summary
Pushes a gem using the specified settings.
- Assembly
- Cake
.Gem .dll - Namespace
- Cake
.Gem .Push - Containing Type
- GemPushRunner
Syntax
public void Push(FilePath gemFilePath, GemPushSettings settings)
Parameters
Name | Type | Description |
---|---|---|
gemFilePath | FilePath | The path to the gem file. |
settings | GemPushSettings | The settings. |
Return Value
Type | Description |
---|---|
void |