Skip to content

Commit

Permalink
Merge pull request #125 from nils-a/feature/GH-124
Browse files Browse the repository at this point in the history
(#124) update GitReleaseManager to 0.17.0
  • Loading branch information
nils-a authored May 15, 2024
2 parents 515fba6 + 22011ff commit 0175b4d
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 @@ -24,6 +24,9 @@ BuildParameters.SetParameters(

BuildParameters.PrintParameters(Context);

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

ToolSettings.SetToolSettings(context: Context);

BuildParameters.Tasks.CleanTask
Expand Down

0 comments on commit 0175b4d

Please sign in to comment.