The Slack integration for CCNet is neat https://github.com/jrjackso/CCNetSlackPublisher but I get this error when adding the to the ccnet.exe.config file:
"Unrecognized configuration section publishers. (C:\Program Files (x86)\CruiseControl.NET\server\ccnet.exe.Config line 167)"
I'm running CCnet version 1.8.5.0 (that's the File Version on ccnet.exe at least). I tried copying the dlls from that version into the CCNetSlackPublisher solution before I built it but that didn't change anything.
Does the <publishers>
section need to be inside anything besides just the tag? I just put it at the bottom of the file, between </runtime>
and </configuration>
.