We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5f9ff commit f58a509Copy full SHA for f58a509
GitVersionTask/VersionCache.cs
@@ -24,6 +24,11 @@ public static CachedVersion GetVersion(string gitDirectory)
24
}
25
Logger.WriteInfo("Version not in cache. Calculating version.");
26
27
+ //TODO: cope with githubflow
28
+ //if (GitVersionFinder.ShouldGitHubFlowVersioningSchemeApply(repo))
29
+ //{
30
+ // return rd;
31
+ //}
32
return versionCacheVersions[key] = new CachedVersion
33
{
34
SemanticVersion = GitVersionFinder.GetSemanticVersion(repo),
0 commit comments