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 pilot with the specified configuration.
Syntax
public void Pilot(FastlanePilotConfiguration pilotConfiguration = null)
Examples
var configuration = new FastlanePilotConfiguration
{
AppIdentifier = "com.fastlane.cake",
Distribute = true,
WaitProcessingInterval = 45
};
Fastlane.Pilot(configuration);
Attributes
Type |
Description |
CakeAliasCategoryAttribute |
|
Parameters
Return Value