We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1583fb commit 8d6853fCopy full SHA for 8d6853f
recipe.cake
@@ -11,7 +11,8 @@ BuildParameters.SetParameters(context: Context,
11
appVeyorAccountName: "cakecontrib",
12
shouldRunDotNetCorePack: true,
13
shouldRunDupFinder: false,
14
- shouldRunInspectCode: false);
+ shouldRunInspectCode: false,
15
+ shouldRunGitVersion: true);
16
17
BuildParameters.PrintParameters(Context);
18
0 commit comments