diff --git a/Source/Cake.Recipe/Content/parameters.cake b/Source/Cake.Recipe/Content/parameters.cake index f1cfc9d0..3b95875d 100644 --- a/Source/Cake.Recipe/Content/parameters.cake +++ b/Source/Cake.Recipe/Content/parameters.cake @@ -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,