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.Fastlane.
Summary
Executes fastlane pem with the specified configuration action.
- Assembly
- Cake
.Fastlane .dll - Namespace
- Cake
.Fastlane - Containing Type
- FastlaneProvider
Syntax
public void Pem(Action<FastlanePemConfiguration> configurator)
Examples
Fastlane.Pem(config =>
{
config.Development = true;
config.ActiveDaysLimit = 45;
});
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
configurator | Action |
The fastlane pem configuration action. |
Return Value
Type | Description |
---|---|
void |