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.
- Assembly
- Cake
.Fastlane .dll - Namespace
- Cake
.Fastlane - Containing Type
- FastlaneProvider
Syntax
public void Pem(FastlanePemConfiguration pemConfiguration)
Examples
var configuration = new FastlanePemConfiguration
{
Development = true,
ActiveDaysLimit = 45
};
Fastlane.Pem(configuration);
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
pemConfiguration | Fastlane |
The fastlane pem configuration. |
Return Value
Type | Description |
---|---|
void |