diff --git a/recipe.cake b/recipe.cake index 7417ac2e..2b82cd1c 100644 --- a/recipe.cake +++ b/recipe.cake @@ -18,5 +18,7 @@ BuildParameters.SetParameters( BuildParameters.PrintParameters(Context); ToolSettings.SetToolSettings(context: Context); +ToolSettings.SetToolPreprocessorDirectives( + gitReleaseManagerGlobalTool: "#tool dotnet:?package=GitReleaseManager.Tool&version=0.18.0"); Build.RunDotNetCore();