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
Delivers the specified deliver configuration.
Syntax
public void Deliver(FastlaneDeliverConfiguration deliverConfiguration = null)
Examples
var configuration = new FastlaneDeliverConfiguration
{
CertificateType = CertificateType.Development,
AppIdentifier = "com.fastlane.cake",
ForceForNewDevices = true
};
Fastlane.Deliver(configuration);
Attributes
Type |
Description |
CakeAliasCategoryAttribute |
|
Parameters
Return Value