Summary
Gets or sets a value indicating whether to fetch repository information from remote when calculating version.
- Namespace
- Cake
.Common .Tools .GitVersion - Containing Type
- GitVersionSettings
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 |