GitFetchSettings.

TagFetchMode Property

Summary

Gets or sets how tags are being fetched.
Assembly
Cake.Git.dll
Namespace
Cake.Git
Containing Type
GitFetchSettings

Syntax

public Nullable<TagFetchMode> TagFetchMode { get; set; }

Value

Type Description
Nullable<TagFetchMode>

See Also

  • LibGit2Sharp.FetchOptions.TagFetchMode