Skip to content

Commit

Permalink
Update GitVersion to 5.12.0 (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger authored Oct 7, 2024
1 parent 91cc7ac commit a42e15a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe.cake
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ BuildParameters.SetParameters(
BuildParameters.PrintParameters(Context);

ToolSettings.SetToolPreprocessorDirectives(
gitReleaseManagerGlobalTool: "#tool dotnet:?package=GitReleaseManager.Tool&version=0.17.0"
gitReleaseManagerGlobalTool: "#tool dotnet:?package=GitReleaseManager.Tool&version=0.17.0",
gitVersionGlobalTool: "#tool dotnet:?package=GitVersion.Tool&version=5.12.0"
);

ToolSettings.SetToolSettings(context: Context);
Expand Down

0 comments on commit a42e15a

Please sign in to comment.