Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertvanHorrik committed Feb 11, 2021
1 parent 730006d commit 78d5515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/cake/lib-generic.cake
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ private static bool ShouldBuildProject(BuildContext buildContext, string project

var shouldBuild = buildContext.BuildServer.GetVariableAsBool(keyToCheck, true);

buildContext.CakeContext.Information($"Value for '{keyToCheck}': {shouldDeploy}");
buildContext.CakeContext.Information($"Value for '{keyToCheck}': {shouldBuild}");

return shouldBuild;
}
Expand Down

0 comments on commit 78d5515

Please sign in to comment.