GemPushRunner.

Push(FilePath, GemPushSettings) Method

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