diff --git a/recipe.cake b/recipe.cake index 0fac8aa..5c383e2 100644 --- a/recipe.cake +++ b/recipe.cake @@ -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();