Skip to content

Commit

Permalink
Merge pull request #294 from nils-a/feature/GH-293
Browse files Browse the repository at this point in the history
(#293) bump GRM to 0.18.0
  • Loading branch information
nils-a authored Dec 17, 2024
2 parents 5f67ba3 + 1381a81 commit 07ab8e5
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 @@ -21,5 +21,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 07ab8e5

Please sign in to comment.