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
Runs the Gem tool with the specified settings.
Syntax
protected void RunGem<TBuilder>(TSettings settings, TBuilder builder)
where TBuilder : GemArgumentBuilder<TSettings>
Type Parameters
Name |
Description |
TBuilder |
The Gem argument builder. |
Parameters
Name |
Type |
Description |
settings |
TSettings |
The settings. |
builder |
TBuilder |
The builder. |
Return Value