Skip to content

Commit

Permalink
Merge pull request #246 from nils-a/feature/GH-245
Browse files Browse the repository at this point in the history
(GH-245) bumped GRM to 0.18.0
  • Loading branch information
nils-a authored Sep 30, 2024
2 parents 58752b8 + 88a599c commit 8a085f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipe.cake
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ BuildParameters.SetParameters(

BuildParameters.PrintParameters(Context);

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

ToolSettings.SetToolSettings(context: Context);

Build.RunDotNetCore();

0 comments on commit 8a085f4

Please sign in to comment.