Skip to content

Commit

Permalink
probably fix GitVersion failure on MRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Inok committed Dec 20, 2023
1 parent 5a893cc commit 6a98011
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build/Build.GitVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ void InitGitVersion()
.SetProcessWorkingDirectory(RootDirectory)
.SetFramework("net6.0")
.EnableNoFetch()
.EnableNoCache()
.SetProcessArgumentConfigurator(a => a.Add("/nonormalize"));
.EnableNoCache();

GitVersion = GitVersionTasks.GitVersion(gitVersionSettings).Result;
}
}
}

0 comments on commit 6a98011

Please sign in to comment.