Skip to content

Commit

Permalink
Merge pull request #142 from nils-a/feature/GH-141
Browse files Browse the repository at this point in the history
(#141) update GitReleaseManager to 0.17.0
  • Loading branch information
nils-a authored May 10, 2024
2 parents 85d2cb9 + ea8980c commit 810e50f
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(

BuildParameters.PrintParameters(Context);

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

ToolSettings.SetToolSettings(context: Context);

Build.RunDotNetCore();

0 comments on commit 810e50f

Please sign in to comment.