Skip to content

Commit 8a085f4

Browse files
authored
Merge pull request #246 from nils-a/feature/GH-245
(GH-245) bumped GRM to 0.18.0
2 parents 58752b8 + 88a599c commit 8a085f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

recipe.cake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ BuildParameters.SetParameters(
2020

2121
BuildParameters.PrintParameters(Context);
2222

23+
ToolSettings.SetToolPreprocessorDirectives(
24+
gitReleaseManagerGlobalTool: "#tool dotnet:?package=GitReleaseManager.Tool&version=0.18.0");
25+
2326
ToolSettings.SetToolSettings(context: Context);
2427

2528
Build.RunDotNetCore();

0 commit comments

Comments
 (0)