We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58752b8 + 88a599c commit 8a085f4Copy full SHA for 8a085f4
recipe.cake
@@ -20,6 +20,9 @@ BuildParameters.SetParameters(
20
21
BuildParameters.PrintParameters(Context);
22
23
+ToolSettings.SetToolPreprocessorDirectives(
24
+ gitReleaseManagerGlobalTool: "#tool dotnet:?package=GitReleaseManager.Tool&version=0.18.0");
25
+
26
ToolSettings.SetToolSettings(context: Context);
27
28
Build.RunDotNetCore();
0 commit comments