FastlaneMatchConfiguration.

CloneBranchDirectly Property

Summary

Gets or sets a value indicating whether to clone just the branch specified, instead of the whole repo. This requires that the branch already exists. Otherwise the command will fail.
Assembly
Cake.Fastlane.dll
Namespace
Cake.Fastlane
Containing Type
FastlaneMatchConfiguration

Syntax

public bool CloneBranchDirectly { get; set; }

Value

Type Description
bool