GitFetchSettings.

RefSpecFilter Property

Summary

Gets or sets a filter which RefSpecs to fetch. Default is all.
Assembly
Cake.Git.dll
Namespace
Cake.Git
Containing Type
GitFetchSettings

Syntax

public Func<RefSpec, bool> RefSpecFilter { get; set; }

Value

Type Description
Func<RefSpec, bool>