Skip to content

Commit 8d6853f

Browse files
committed
(build) Always run GitVersion
1 parent c1583fb commit 8d6853f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipe.cake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ BuildParameters.SetParameters(context: Context,
1111
appVeyorAccountName: "cakecontrib",
1212
shouldRunDotNetCorePack: true,
1313
shouldRunDupFinder: false,
14-
shouldRunInspectCode: false);
14+
shouldRunInspectCode: false,
15+
shouldRunGitVersion: true);
1516

1617
BuildParameters.PrintParameters(Context);
1718

0 commit comments

Comments
 (0)