A plugin for Cake that integrates with badge to allow icon badging during build.
badge
must be callable from the command line. I would recommend installing the Ruby version manager, activating Ruby 2.7.0, and installing via:
gem install badge
Add Cake.Badge to your build script:
Call via the Badge
alias:
Task("Badge")
.Does( => {
Badge(new BadgeSettings { Verbose = true });
});
All content in this repository is shared under an MIT license. See license.md for details.