Skip to content

Commit

Permalink
Attempt to fix version calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisdoomen committed Aug 28, 2023
1 parent 83895f9 commit ced4545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Build : NukeBuild
[Solution(GenerateProjects = true)]
readonly Solution Solution;

[GitVersion(Framework = "net6.0")]
[GitVersion(Framework = "net6.0", NoCache = true, NoFetch = true)]
readonly GitVersion GitVersion;

[GitRepository]
Expand Down

0 comments on commit ced4545

Please sign in to comment.