Stream 116 - Updating a Cake addin to build/release using GitHub Actions

Опубликовано: 16 Июль 2026
на канале: Gary Ewan Park
51
0

On tonights stream, we started the process of updating the Cake.StrongNameSigner (https://github.com/cake-contrib/Cake....) addin. There isn't anything currently "wrong" with this addin, however it is currently still using Cake.Recipe 1.0.0, and if updated, can taken advantage of things like enabling deterministic builds, etc.

In addition, the thought process is to use this addin as an example of how to fully execute Cake.Recipe on GitHub Actions as the primary CI system, rather than AppVeyor.

We got most things completed, adding issues to track everything that was changed, so that they can be used as a reminder for what needs to be done in other addins, but we didn't quite get to the point of releasing the new version.

Hopefully, this will be completed during this week.