Skip to content

Commit

Permalink
By default, Cake.Recipe should not post to Gitter to the demise of Gi…
Browse files Browse the repository at this point in the history
…tter
  • Loading branch information
Jericho committed Dec 4, 2023
1 parent 64cf323 commit d1953ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Cake.Recipe/Content/parameters.cake
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ public static class BuildParameters
string repositoryName = null,
string appVeyorAccountName = null,
string appVeyorProjectSlug = null,
bool shouldPostToGitter = true,
bool shouldPostToGitter = false,
bool shouldPostToSlack = true,
bool shouldPostToTwitter = true,
bool shouldPostToMicrosoftTeams = false,
Expand Down

0 comments on commit d1953ed

Please sign in to comment.