Skip to content

Commit

Permalink
(#84) update GitReleaseManager to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-a committed May 26, 2024
1 parent 5ca35a4 commit 15c61cb
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 @@ -19,6 +19,9 @@ BuildParameters.SetParameters(context: Context,

BuildParameters.PrintParameters(Context);

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

ToolSettings.SetToolSettings(context: Context);

Build.RunDotNetCore();
Expand Down

0 comments on commit 15c61cb

Please sign in to comment.