Hey guys,
A few builds ago when I installed 1.5 rc1 - I used this email groups syntax to
pass the cc validator:
<groups>
<group name="programmers">
<notifications>
<notificationType>Always</notificationType>
</notifications>
</group>
</groups>
Now I have installed the latest nightly build
CruiseControl.NET-1.5.6819.1-Setup.exe and it would not pass cc validation. I
had to change the email group syntax to be this:
<groups>
<group name="programmers" notification="always" />
</groups>
then it passed.
It was requiring the notification tag where as in rc1 it was requiring the
Notifications and NotificationType tags.
Is that a bug?
/Justin