Skip to content

Commit

Permalink
Merge pull request #395 from nils-a/feature/GH-394
Browse files Browse the repository at this point in the history
(#394) Update GRM to 0.18.0
  • Loading branch information
nils-a authored Dec 16, 2024
2 parents f99e065 + 47c6fd4 commit e01d2cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe.cake
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ BuildParameters.SetParameters(
BuildParameters.PrintParameters(Context);

ToolSettings.SetToolSettings(context: Context);
ToolSettings.SetToolPreprocessorDirectives(
gitReleaseManagerGlobalTool: "#tool dotnet:?package=GitReleaseManager.Tool&version=0.18.0");

Build.RunDotNetCore();

0 comments on commit e01d2cb

Please sign in to comment.