Cake Addin to allow message posting to HipChat.
#addin nuget:?package=Cake.HipChat&version=0.2.2
dotnet add package Cake.HipChat --version 0.2.2
<PackageReference Include="Cake.HipChat" Version="0.2.2" />
Aliases
Exposes functionality in the HipChat.Net NuGet package as a Cake Addin.
In order to use the commands for this addin, include the following in your build.cake file to download and reference from NuGet.org:
#addin Cake.HipChat
General
SendMessage |
Send a HipChat message using the HipChat.Net NuGet Package |