GitVersionSettings.

NoFetch Property

Summary

Gets or sets a value indicating whether to fetch repository information from remote when calculating version.

Syntax

public bool NoFetch { get; set; }

Remarks

If your CI server clones the entire repository you can set this to 'true' to prevent GitVersion attempting any remote repository fetching.

Value

Type Description
bool