Skip to content

Commit e35f5f4

Browse files
committed
(GH-14) Always run GitVersion
1 parent f618775 commit e35f5f4

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
@@ -8,7 +8,8 @@ BuildParameters.SetParameters(context: Context,
88
title: "Cake.Webpack",
99
repositoryOwner: "cake-contrib",
1010
repositoryName: "Cake.Webpack",
11-
appVeyorAccountName: "cakecontrib");
11+
appVeyorAccountName: "cakecontrib",
12+
shouldRunGitVersion: true);
1213

1314
BuildParameters.PrintParameters(Context);
1415

0 commit comments

Comments
 (0)