Skip to content

Commit

Permalink
(GH-59) Remove mention of Chocolatey
Browse files Browse the repository at this point in the history
This was copied from the Chocolatey Azure DevOps extension, and should
have been replaced with the Cake Twitter account.
  • Loading branch information
gep13 committed Feb 28, 2020
1 parent 2cc060d commit da18876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/parameters.cake
Expand Up @@ -65,7 +65,7 @@ public class BuildParameters
{
get
{
return "Version " + Version.SemVersion + " of the Cake Azure DevOps Extension has just been released, https://marketplace.visualstudio.com/items/cake-build.cake. @AzureDevOps @chocolateynuget #AzureDevOps #Azure Full release notes: https://github.com/cake-build/cake-vso/releases/tag/" + Version.SemVersion;
return "Version " + Version.SemVersion + " of the Cake Azure DevOps Extension has just been released, https://marketplace.visualstudio.com/items/cake-build.cake. @AzureDevOps @cakebuildnet #AzureDevOps #Azure Full release notes: https://github.com/cake-build/cake-vso/releases/tag/" + Version.SemVersion;
}
}

Expand Down

0 comments on commit da18876

Please sign in to comment.