Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 914 Bytes

File metadata and controls

24 lines (14 loc) · 914 Bytes

Cake.Badge Test NuGet

A plugin for Cake that integrates with badge to allow icon badging during build.

Requirements

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

Usage

Add Cake.Badge to your build script:

Call via the Badge alias:

Task("Badge")
  .Does( => {
    Badge(new BadgeSettings { Verbose = true });
});

License

All content in this repository is shared under an MIT license. See license.md for details.