cake-contrib
NuGet publisher profile
Packages (324)
Cake.FileHelpers
Cake Build addon to provide Aliases for common File operations (Reading, Writing, Replacing Text).
Cake.Docker
Cake Build addin for Docker.
Cake.Npm
A set of aliases for Cake to help with running Npm (Node Package Manager) commands
Cake.Git
This addin provides aliases for running Git commands from Cake scripts. It is a thin wrapper around the LibGit2Sharp library and provides a way to interact with Git repositories from Cake scripts. NOTE: The addin currently only runs on x64 processors. ARM processors are not supported. This is the version of the addin compatible with Cake Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.Git.
Cake.Json
Cake Build addon for JSON Serialization and manipulation.
Cake.Incubator
Provides useful extensions and additional aliases for Cake.Build scripts
Cake.Http
Cake add-in that simplifies Http calls as a tool in Cake.
Cake.Sonar
Run sonar for msbuild
Cake.Powershell
Cake Build addon for Powershell.
Cake.Coverlet
Coverlet extensions for Cake Build
Cake.Yarn
A set of aliases for Cake to help with running Yarn (node package manager from Facebook) commands
Cake.Compression
A Cake AddIn which provides compression functionality for BZip2, GZip and Zip.
Cake.Slack
Provides Slack aliases (extension methods on Cake context) for Cake.
Cake.Figlet
Cake Build addon to provide Ascii art.
Cake.Issues
The issues addin for Cake allows you to read issue from any code analyzer or linter. This addin provides the aliases for reading issues. It also requires one or more issue provider addins for the specific code analyzer or linter. There are also additional addins for generating reports or posting issues to pull requests. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts.
Cake.XCode
Cake Build addon for XCode and CocoaPods.
Cake.GitVersioning
Cake wrapper for Nerdbank.GitVersioning. Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.
Cake.Yaml
Cake Build addon for YAML Serialization.
Cake.Warp
Cake addin for creating self-contained single binary applications using warp (https://github.com/fintermobilityas/warp)
Cake.WebDeploy
Cake Build addon for publishing websites via WebDeploy.
Cake.AWS.S3
Cake Build addon for transfering files to and from Amazon S3.
Cake.ExtendedNuGet
Cake Build addon to provide Aliases for NuGet package inspection.
Cake.Services
Cake Build addon for Windows services.
Cake.SqlServer
Cake Build addon for executing some operations in MS Sql Server.
Cake.Issues.MsBuild
The MsBuild support for the Cake.Issues addin for Cake allows you to read issues logged as warnings in a MsBuild log. This addin provides the aliases for reading MsBuild warnings and providing them to the Cake.Issues addin. It also requires the core Cake.Issues addin. There are also additional addins for generating reports or posting issues to pull requests. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.Issues.MsBuild.
Cake.DoInDirectory
Cake addin for easily executing code in a different working directory..
Cake.DocFx
DocFx Addin for Cake Build Automation System
Cake.Plist
Plist Addin for Cake Build Automation System
Cake.AzureDevOps
Addin for the Cake build automation system for working with Azure DevOps. NOTE: This is the version of the addin compatible with Cake Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.AzureDevOps.
Cake.AndroidAppManifest
Cake Build addin for [de]serializing and updating an Android AppManifest.
Cake.Curl
Cake.Curl is a cross-platform add-in for Cake that allows to transfer files to a remote URL using curl.
Cake.Issues.PullRequests
The pull requests issues addin for Cake allows you to write issue from any code analyzer or linter as comments to pull requests. This addin provides the aliases for writing issues to pull requests. It requires the core Cake.Issues addin, addins for reading issues and an addin for the specific pull request system. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.Issues.PullRequests.
Cake.Issues.Reporting
The issues reporting addin for Cake allows you to create reports for issue from any code analyzer or linter. This addin provides the aliases for creating reports. It requires the core Cake.Issues addin, addins for reading issues and one or more reporting format addin for the specific report format. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.Issues.Reporting.
Cake.Codecov
Cake addin that extends Cake with the ability to use the official Codecov CLI.
Cake.MsDeploy
Cake.MsDeploy is an Addin that extends [Cake](http://cakebuild.net/) for executing commands with the MsDeploy.exe (Web Deploy) command line interface (cli). In order to use this extension, [MsDeploy](https://www.microsoft.com/en-us/download/details.aspx?id=106070) will already have to be installed on the computer the cake build script is being executed on.
Cake.Xamarin
Cake Build addon for Xamarin.
Cake.Frosting.Git
This addin provides aliases for running Git commands from Cake scripts. It is a thin wrapper around the LibGit2Sharp library and provides a way to interact with Git repositories from Cake scripts. NOTE: The addin currently only runs on x64 processors. ARM processors are not supported. This is the version of the addin compatible with Cake Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.Git. NOTE: This is the version of the addin compatible with Cake Frosting. For addin compatible with Cake Script Runners see Cake.Git.
Cake.BuildSystems.Module
This Cake module will introduce a number of features for running in hosted CI build environments to tightly integrate with the host environment/tools.
Cake.Frosting.Issues.Reporting.Generic
The generic report support for the Cake.Issues addin for Cake Frosting allows you to create issue reports in any text format (HTML, Markdown, ...). This addin provides the aliases for any text based report format. It also requires the core Cake.Issues and Cake.Issues.Reporting addins and one or more issue providers. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Frosting. For addin compatible with Cake Script Runners see Cake.Issues.Reporting.Generic.
Cake.Frosting.Issues.Recipe
Cake.Frosting.Issues.Recipe provides a build script which can be used inside your projects Cake Frosting build to add issue management. See the Project Site for documentation and an overview of the whole ecosystem of addins for working with issues in Cake builds. NOTE: This is the version of the recipe compatible with Cake Frosting. For recipe compatible with Cake Script Runners see Cake.Issues.Recipe.
Cake.SemVer
Cake Build addon to provide Semantice Versioning classes and aliases.
Cake.Issues.InspectCode
The JetBrains Inspect Code support for the Cake.Issues addin for Cake allows you to read issues logged by JetBrains Inspect Code. This addin provides the aliases for reading JetBrains Inspect Code issues and providing them to the Cake.Issues addin. It also requires the core Cake.Issues addin. There are also additional addins for generating reports or posting issues to pull requests. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.Issues.InspectCode.
Cake.Frosting.Issues.PullRequests
The pull requests issues addin for Cake allows you to write issue from any code analyzer or linter as comments to pull requests. This addin provides the aliases for writing issues to pull requests. It requires the core Cake.Issues addin, addins for reading issues and an addin for the specific pull request system. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Frosting. For addin compatible with Cake Script Runners see Cake.Issues.PullRequests.
Cake.Frosting.Issues.Reporting
The issues reporting addin for Cake allows you to create reports for issue from any code analyzer or linter. This addin provides the aliases for creating reports. It requires the core Cake.Issues addin, addins for reading issues and one or more reporting format addin for the specific report format. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Frosting. For addin compatible with Cake Script Runners see Cake.Issues.Reporting.
Cake.Frosting.Issues.MsBuild
The MsBuild support for the Cake.Issues addin for Cake allows you to read issues logged as warnings in a MsBuild log. This addin provides the aliases for reading MsBuild warnings and providing them to the Cake.Issues addin. It also requires the core Cake.Issues addin. There are also additional addins for generating reports or posting issues to pull requests. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Frosting. For addin compatible with Cake Script Runners see Cake.Issues.MsBuild.
Cake.ESLint
Makes ESLint available as a tool in Cake.
Cake.Kudu
Cake add-in to help with Kudu deployments using C#
Cake.Frosting.Issues.Reporting.Sarif
The SARIF support for the Cake.Issues addin for Cake allows you to create SARIF compatible files. This addin provides the aliases for creating SARIF compatible files. It also requires the core Cake.Issues and Cake.Issues.Reporting addins and one or more issue providers. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Frosting. For addin compatible with Cake Script Runners see Cake.Issues.Reporting.Sarif.
Cake.Issues.Reporting.Generic
The generic report support for the Cake.Issues addin for Cake Script Runners allows you to create issue reports in any text format (HTML, Markdown, ...). This addin provides the aliases for any text based report format. It also requires the core Cake.Issues and Cake.Issues.Reporting addins and one or more issue providers. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.Issues.Reporting.Generic.
Cake.CMake
Addin that extends Cake with CMake support.
Cake.7zip
Makes 7zip available as a tool in Cake
Cake.Frosting.Issues.PullRequests.GitHubActions
GitHub Actions support for the Cake.Issues addin for Cake allows you to report to GitHub Actions builds. This addin provides the aliases for writing to GitHub Actions builds. It also requires the core Cake.Issues and Cake.Issues.PullRequests addins and one or more issue providers. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Frosting. For addin compatible with Cake Script Runners see Cake.Issues.PullRequests.GitHubActions.
Cake.Wyam
Wyam is a simple to use, highly modular, and extremely configurable static content generator. This library contains an addin for Cake for interacting with Wyam.
Cake.Frosting.Issues.PullRequests.AzureDevOps
The Azure DevOps support for the Cake.Issues addin for Cake Frosting allows you to write found issues as comments to Azure DevOps pull requests. This addin provides the aliases for writing to Azure DevOps pull requests. It also requires the core Cake.Issues and Cake.Issues.PullRequests addins and one or more issue providers. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Frosting. For addin compatible with Cake Script Runners see Cake.Issues.PullRequests.AzureDevOps.
Cake.Frosting.Issues.InspectCode
The JetBrains Inspect Code support for the Cake.Issues addin for Cake allows you to read issues logged by JetBrains Inspect Code. This addin provides the aliases for reading JetBrains Inspect Code issues and providing them to the Cake.Issues addin. It also requires the core Cake.Issues addin. There are also additional addins for generating reports or posting issues to pull requests. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Frosting. For addin compatible with Cake Script Runners see Cake.Issues.InspectCode.
Cake.Frosting.Issues.EsLint
The EsLint support for the Cake.Issues addin for Cake allows you to read issues logged by ESLint. This addin provides the aliases for reading ESLint issues and providing them to the Cake.Issues addin. It also requires the core Cake.Issues addin. There are also additional addins for generating reports or posting issues to pull requests. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Frosting. For addin compatible with Cake Script Runners see Cake.Issues.EsLint.
Cake.Frosting.Issues.Markdownlint
The Markdownlint support for the Cake.Issues addin for Cake allows you to read issues logged by Markdownlint. This addin provides the aliases for reading Markdownlint issues and providing them to the Cake.Issues addin. It also requires the core Cake.Issues addin. There are also additional addins for generating reports or posting issues to pull requests. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Frosting. For addin compatible with Cake Script Runners see Cake.Issues.Markdownlint.
Cake.Frosting.Issues.PullRequests.AppVeyor
AppVeyor support for the Cake.Issues addin for Cake allows you to write found issues as message to AppVeyor builds. This addin provides the aliases for writing to AppVeyor builds. It also requires the core Cake.Issues and Cake.Issues.PullRequests addins and one or more issue providers. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Frosting. For addin compatible with Cake Script Runners see Cake.Issues.PullRequests.AppVeyor.
Cake.MicrosoftTeams
Provides Microsoft Teams aliases (extension methods on Cake context) for Cake.
Cake.Issues.PullRequests.AzureDevOps
The Azure DevOps support for the Cake.Issues addin for Cake allows you to write found issues as comments to Azure DevOps pull requests. This addin provides the aliases for writing to Azure DevOps pull requests. It also requires the core Cake.Issues and Cake.Issues.PullRequests addins and one or more issue providers. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.Issues.PullRequests.AzureDevOps.
Cake.Frosting.Issues.Reporting.Console
The addin for the Cake.Issues addin for Cake Frosting allows you to print issues to the console. This addin provides the aliases for reporting issues to the console. It also requires the core Cake.Issues and Cake.Issues.Reporting addins and one or more issue providers. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Frosting. For addin compatible with Cake Script Runners see Cake.Issues.Reporting.Console. The addin requires Cake Frosting 1.2.0 or higher.
Cake.Gulp
Provides a wrapper around Gulp functionality within a Cake build script
Cake.Frosting.Issues.GitRepository
The Git repository support for the Cake.Issues addin for Cake allows you to analyze Git repositories. This addin provides the aliases for analyzing Git repositories and create issues resulting from it using the Cake.Issues addin. It also requires the core Cake.Issues addin. There are also additional addins for generating reports or posting issues to pull requests. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Frosting. For addin compatible with Cake Script Runners see Cake.Issues.GitRepository.
Cake.Frosting.Issues.Sarif
The SARIF support for the Cake.Issues addin for Cake allows you to read SARIF compatible files. This addin provides the aliases for reading issues from SARIF compatible files and providing them to the Cake.Issues addin. It also requires the core Cake.Issues addin. There are also additional addins for generating reports or posting issues to pull requests. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Frosting. For addin compatible with Cake Script Runners see Cake.Issues.Sarif.
Cake.Kudu.Client
Cake add-in to help with remotely communicating with Kudu using C#
Cake.Coveralls
Cake AddIn that extends Cake with ability to post Code Coverage results to Coveralls.io.
Cake.Twitter
Cake AddIn that extends Cake with ability to send messages to Twitter.
Cake.Issues.PullRequests.AppVeyor
AppVeyor support for the Cake.Issues addin for Cake allows you to write found issues as message to AppVeyor builds. This addin provides the aliases for writing to AppVeyor builds. It also requires the core Cake.Issues and Cake.Issues.PullRequests addins and one or more issue providers. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.Issues.PullRequests.AppVeyor.
Cake.Issues.Markdownlint
The Markdownlint support for the Cake.Issues addin for Cake allows you to read issues logged by Markdownlint. This addin provides the aliases for reading Markdownlint issues and providing them to the Cake.Issues addin. It also requires the core Cake.Issues addin. There are also additional addins for generating reports or posting issues to pull requests. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.Issues.Markdownlint.
Cake.Frosting.AzureDevOps
Addin for the Cake build automation system for working with Azure DevOps. NOTE: This is the version of the addin compatible with Cake Frosting. For addin compatible with Cake Script Runners see Cake.AzureDevOps.
Cake.IIS
Cake Build addon for IIS.
Cake.Issues.EsLint
The EsLint support for the Cake.Issues addin for Cake allows you to read issues logged by ESLint. This addin provides the aliases for reading ESLint issues and providing them to the Cake.Issues addin. It also requires the core Cake.Issues addin. There are also additional addins for generating reports or posting issues to pull requests. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.Issues.EsLint.
Cake.EntityFramework
A set of Cake aliases for Entity Framework code-first migrations.
Cake.Issues.PullRequests.GitHubActions
GitHub Actions support for the Cake.Issues addin for Cake allows you to report to GitHub Actions builds. This addin provides the aliases for writing to GitHub Actions builds. It also requires the core Cake.Issues and Cake.Issues.PullRequests addins and one or more issue providers. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.Issues.PullRequests.GitHubActions.
Cake.Email
Cake Build addin to provide Aliases for sending emails via SMTP.
Cake.Gitter
Cake AddIn that extends Cake with ability to send messages to Gitter.
Cake.Frosting.Issues.Tap
The TAP support for the Cake.Issues addin for Cake allows you to read Test Anything Protocol (TAP) compatible files. This addin provides the aliases for reading issues from TAP compatible files and providing them to the Cake.Issues addin. It also requires the core Cake.Issues addin. There are also additional addins for generating reports or posting issues to pull requests. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Frosting. For addin compatible with Cake Script Runners see Cake.Issues.Tap.
Cake.MinVer
Cake add-in that makes MinVer available as a tool in Cake.
Cake.Android.Adb
Cake Build addon to provide Aliases for Android's ADB (Android Debug Bridge).
Cake.ReSharperReports
Cake AddIn that extends Cake with ability to create HTML versions of the XML Reports generated by the ReSharper Command Line Tools.
Cake.Nuget.Versioning
Cake Build addon to build Nuget version numbers
Cake.GitHub
GitHub Addin for Cake Build Automation System.
Cake.Transifex
Cake.Transifex is a addin for the Cake Build script adding support for working with the localization service Transifex. This addin requires that the transifex client is already installed and is available as `tx`. To install the transifex client, install python, then run `pip install transifex-client`. Supports Cake 2.0.0+
Cake.Npx
A set of aliases for Cake for running Npx commands
Cake.OpenCoverToCoberturaConverter
Cake addin for OpenCoverToCoberturaConverter
Cake.Issues.Recipe
Cake.Issues.Recipe provides a build script which can be used inside your projects Cake build script to add issue management. See the Project Site for documentation and an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the recipe compatible with Cake Script Runners. For recipe compatible with Cake Frosting see Cake.Frosting.Issues.Recipe.
Cake.Email.Common
Common code for Cake build addins that send emails.
Cake.LongPath.Module
The Cake long path module.
Cake.Issues.DupFinder
The JetBrains dupFinder support for the Cake.Issues addin for Cake allows you to read issues logged by JetBrains dupFinder. This addin provides the aliases for reading JetBrains dupFinder issues and providing them to the Cake.Issues addin. It also requires the core Cake.Issues addin. There are also additional addins for generating reports or posting issues to pull requests. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts.
Cake.AppCenter
AppCenter Addin for Cake Build, Test and Deployment Automation System.
Cake.Issues.PullRequests.Tfs
The Azure DevOps / Azure DevOps Server support for the Cake.Issues addin for Cake allows you to write found issues as comments to Azure DevOps or Azure DevOps Server pull requests. This addin provides the aliases for writing to Azure DevOps or Azure DevOps Server pull requests. It also requires the core Cake.Issues and Cake.Issues.PullRequests addins and one or more issue providers. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts.
Cake.Recipe
This NuGet package contains a set of re-usable scripts that can be added to your build using the load preprocessor directive. As a result, it is possible to use the same set of build scripts across multiple projects, without having to duplicate the scripts. All that is required is a small recipe build script, which sets the project specific information. More information can be found about this project on the documentation page here: https://cake-contrib.github.io/Cake.Recipe/docs/ NOTE: Currently, Cake.Recipe itself is built using 2.0.0, and as a result, there is an expectation that that any project that is built using Cake.Recipe should also use 2.0.0 of Cake. Using a newer version of Cake may work, but there is no guarantee that it will.
Cake.SonarScanner
Cake aliases for SonarScanner. To be used in conjunction with the sonar-scanner tool.
Cake.Tfs
Addin for the Cake build automation system for working with Azure DevOps or Azure DevOps Server.
Cake.Terraform
Cake AddIn that extends Cake with ability to execute terraform commands. This version was build for Cake v4.0.0
Cake.Issues.GitRepository
The Git repository support for the Cake.Issues addin for Cake allows you to analyze Git repositories. This addin provides the aliases for analyzing Git repositories and create issues resulting from it using the Cake.Issues addin. It also requires the core Cake.Issues addin. There are also additional addins for generating reports or posting issues to pull requests. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.Issues.GitRepository.
Cake.SqlPackage
Cake addin that extends Cake for creating and deploying SQL Server databases and DACPAC packages.
Cake.NSwag
A simple Cake addin powered by NSwag for compiling client code and API definitions from a variety of sources
Cake.ArgumentHelpers
Cake aliases (methods) to help with consuming arguments and environment variables.
Cake.Android.SdkManager
Cake Build addon to provide Aliases for Android's SDK Manager.
Cake.Newman
A Cake addin to test APIs using Postman Collections
Cake.Hosts
Cake Build addon to manipulate Hosts file
Cake.ArgumentBinder
Bind Cake arguments to classes via Attributes
Cake.DotNetCoreEf
Cake addin for executing commands with the dotnet ef command line interface (CLI).
Cake.NewRelic
NewRelic Deployment Tool for Cake
CakeContrib.Guidelines
Adds common guidelines to cake-contrib projects.
Cake.XComponent
Cake addin for XComponent
Cake.Sitecore
My package description.
Cake.DotNetCoreGlobalTool
Package Description
Cake.ProGet
Cake ProGet Addin.
Cake.Kubectl
Kubectl Addin for Cake Build, Test and Deployment Automation System.
Cake.AutoRest
A Cake addin to generate client code from API definitions (including Swagger) using AutoRest
Cake.MarkdownToPdf
Cake Addin for converting markdown files to pdf.
Cake.Tfs.Build.Variables
Cake Build addon to evaluate Tfs Build (vNext) variables
Cake.AppVeyor
Cake Build addin for AppVeyor API's.
Cake.Markdownlint
This addin for Cake allows you to lint Markdown files using markdownlint.
Cake.AppleSimulator
Cake Build addin for managing Apple (iOS/TV/Watch) simulators.
Cake.FileSet
AddIn that adds filesets to Cake.
Cake.Issues.Testing
Common helpers for testing add-ins based on Cake.Issues
Cake.Paket
Paket addin for Cake.
Cake.Azure
Cake addin for Azure management.
Cake.AWS.Route53
Cake Build addon for managing Amazon Route53 DNS.
Cake.SqlTools
Cake Build addon for executing sql queries.
Cake.Aws.ElasticBeanstalk
Cake-Build addin that extends Cake with AWS Elasticbeanstalk extensions
Cake.VersionReader
Cake Build addon to assist with reading version numbers from an assembly.
Cake.Issues.Reporting.Sarif
The SARIF support for the Cake.Issues addin for Cake allows you to create SARIF compatible files. This addin provides the aliases for creating SARIF compatible files. It also requires the core Cake.Issues and Cake.Issues.Reporting addins and one or more issue providers. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.Issues.Reporting.Sarif.
Cake.Paket.Module
Paket module for cake.
Cake.Flyway
A set of aliases for Cake to help with running Flyway commands as part of a build
Cake.DocumentDb
Cake plugin for creating documents, collections and seeding documents
Cake.Watch
Package Description
Cake.CodeAnalysisReporting
This addin is no longer maintained Please use [Cake.Issues](https://github.com/cake-contrib/Cake.Issues), [Cake.Issues.Reporting](https://github.com/cake-contrib/Cake.Issues.Reporting) and [Cake.Issues.Reporting.Generic](https://github.com/cake-contrib/Cake.Issues.Reporting.Generic) instead. The Code Analysis Reporting Addin for Cake allows you to generate reports from issue found using any code analyzer or linter.
Cake.AWS.CloudFront
Cake Build addon for managing Amazon CloudFront CDN.
Cake.Prompt
Cake.Prompt is an Addin for Cake which adds prompt-the-user-for-input aliases to a Cake build script, with optional default-result and timeout support.
Cake.Issues.DocFx
The DocFx support for the Cake.Issues addin for Cake allows you to read warnings from DocFx log files. This addin provides the aliases for reading warnings from DocFx log files and provides them to the Cake.Issues addin. It also requires the core Cake.Issues addin. There are also additional addins for generating reports or posting issues to pull requests. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.Issues.DocFx.
Cake.Graph
An alias for Cake to help with displaying Task dependencies
Cake.Pnpm
A wrapper around pnpm functionality within a Cake build script.
Cake.XmlConfigStructureBuilder
The project compiles multiple xml configs to single one using the CTT
Cake.StyleCop
Wraps StyleCop functionality into a CakeBuild addin. Does not require StyleCop to have been integrated with the solution or installed on the build machine.
Cake.DotNetLocalTools.Module
A Cake module to install tools from a .NET local tool manifest
Cake.HockeyApp
HockeyApp Addin for Cake Build Automation System.
Cake.Parallel.Module
Package Description
Cake.Putty
Cake Build addin for Putty.
Cake.StrongNameTool
Cake addin to help with the resigning and verifying of .NET assemblies using sn.exe
Cake.PickAndRoll
Keep environment specific attributes in separate configuration files and build desired config on demand.
Cake.LibMan
Cake.LibMan is an Addin that extends Cake for executing commands with the LibMan (Library Manager) command line interface (cli).
Cake.MSBuildTask
Cake MSBuildTask AddIn
Cake.AssemblyInfoReflector
Cake Addin for retrieving assembly info from an existing assembly.
Cake.JMeter
Cake aliases for JMeter. To be used in conjunction with the JMeter tool.
Cake.Vagrant
A Cake addin to configure, start, control and stop Vagrant boxes
Cake.Grunt
Provides a wrapper around Grunt functionality within a Cake build script
Cake.WindowsAppStore
WindowsAppStore Addin for Cake Build Automation System.
Cake.OctoDeploy
Cake addin for easy creation of GitHub releases.
Cake.MiniCover
Cake Aliases for https://github.com/lucaslorentz/minicover
Cake.XmlDocMarkdown
A Cake addin that generates Markdown from .NET XML documentation comments.
Cake.Mastodon
Cake Addin that exends Cake with ability to post messages to Mastodon, using the Mastodon REST API.
Cake.ProjHelpers
Cake AddIn to embed files into .proj files
Cake.Eazfuscator.Net
Cake addin that extends Cake with ability to use Eazfuscator.Net.
Cake.NScan
A tool for enforcing project dependency conventions - library
Cake.Tfx
Cake Tfx AddIn.
Cake.StrongNameSigner
Cake.StrongNameSigner is an Addin for Cake which allows the execution of the StrongNameSigner.Console.exe.
Cake.Unity3D
Unity3D build support for Cake - https://github.com/samoatesgames/Cake.Unity3D
Cake.WinSCP
Cake Addin for using WinSCP.
Cake.DependencyCheck
OWASP Dependency-Check is a utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities.
Cake.Chocolatey.Module
Cake Module that extends Cake with ability to install tools using Chocolatey. This version was build for Cake v4.0.0
Cake.AWS.EC2
Cake Build addon for configuring Amazon Elastic Compute Cloud.
Cake.Gem
Cake Gem AddIn.
Cake.AWS.ElasticLoadBalancing
Cake Build addon for configuring Amazon Elastic Load Balancers.
Cake.DocCreator
A Cake addin to generate HTML documentation from Markdown source, using DocCreator
Cake.Android.AvdManager
Cake Build addin to provide Aliases for Android's AVD Manager.
Cake.Karma
Cake Karma Addin.
Cake.OctoVariapus
Package Description
Cake.Topshelf
Cake Build addon for managing Topshelf services.
Cake.VsCode
Cake VsCode AddIn.
Cake.Webpack
Aliases to assist with running Webpack from Cake build scripts
Cake.Prca
This addin is no longer maintained. Please use Cake.Issues and Cake.Issues.PullRequests instead. The Pull Request Code Analysis Addin for Cake allows you to write issue found using any code analyzer or linter as comments to pull requests.
Cake.MonoApiTools
Cake Build addin to provide aliases for using the Mono API Tools (API info, XML diff, HTML diff and Markdown diff).
Cake.AzCopy
A simple Cake addin powered by AzCopy for uploading and downloading to/from Azure Storage (including Blob, Table and Files)
Cake.Discord
Cake AddIn that extends Cake with ability to send messages to Discord. This version was build for Cake v4.0.0
Cake.Issues.Reporting.Console
This addin for the Cake.Issues addin for Cake Script Runners allows you to print issues to the console. This addin provides the aliases for reporting issues to the console. It also requires the core Cake.Issues and Cake.Issues.Reporting addins and one or more issue providers. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.Issues.Reporting.Console. The addin requires Cake 1.2.0 or higher.
Cake.Endpoint
Json based endpoint orchestration addin for cake build.
Cake.Handlebars
A simple Cake addin powered by Handlebars.Net for rendering and compiling Handlebars templates
Cake.AliaSql
AliaSql extension for Cake.
Cake.AWS.CodeDeploy
Cake Build addon for Amazon CodeDeploy.
Cake.Hg
Cake AddIn that extends Cake with Mercurial features
Cake.FluentMigrator
FluentMigrator extension for Cake.
Cake.Bower
A set of aliases for Cake to run Bower commands
Cake.Pulumi
Cake Pulumi Addin.
Cake.Apigee
Cake Build addin for Apigee management API. Currently only handles proxy deployment.
Cake.CakeMail
This addin was interacting with CakeMail's legacy API and is no longer maintained. Furthermore, one of the depencies is no longer maintained and references NuGet packages that contain security vulnerabilities.
Cake.Mage
Cake addin to provide support for Mage.exe.
Cake.SendGrid
Cake Build addin to provide Aliases for sending emails via SendGrid.
Cake.Gradle
Aliases to assist with running Gradle builds from Cake build scripts.
Cake.Unicorn
Package Description
Cake.Svn
Addin that extends the Cake build automation system with Subversion features using SharpSvn.
Cake.GitLab
Cake aliases for interacting with GitLab
Cake.Prca.PullRequests.Tfs
This addin is no longer maintained. Please use Cake.Issues.PullRequests.Tfs instead. The TFS / VSTS support for the Pull Request Code Analysis Addin for Cake allows you to write found issues as comments to Team Foundation Server or Visual Studio Team Services pull requests.
Cake.SimpleHTTPServer
Cake.SimpleHTTPServer
Cake.ImageOptimizer
Cake Build addon for optimizing images.
Cake.Graphite
A set of aliases for pushing metrics to Graphite
Cake.Path
AddIn that extends Cake with ability to manipulate the PATH.
Cake.Npm.Module
This Cake module adds support for the npm package manager when installing tools in your Cake build scripts. This Module is compatible with Cake v5.0.0.
Cake.Wyam.Recipe
Re-usable build script for Cake that can be used for numerous Wyam projects.
Cake.SonarResults
Cake addin to break a build if SonarQube analysis does not PASS
Cake.Unity
Cake Unity AddIn.
Cake.PathTildeHelper
Cake add-in to provide aliases to help translate leading tilde (~) characters to absolute paths usable in locations requiring a full path.
Cake.Liquibase
Addin for running liquibase database migrations with the Cake build system.
Cake.EnvXmlTransform
A plugin for Cake for environment-based configuration transformations
Cake.HgVersion
Cake AddIn that extends Cake with SemVer versioning using Mercurial history
Cake.AWS.Lambda
Cake Build addon for Amazon Lambda.
Cake.GitPackager
Cake AddIn which copies files based on Git log.
Cake.ProtobufTools
ProtobufTools Addin for runing Google's Protobuf protoc tool.
Cake.DeployParams
DeployParams extension for Cake.
Cake.CodeGen.OpenAPI
Cake Addin for code generation via the OpenAPI Generator (f.k.a. Swagger Codegen)
Cake.Prca.Issues.MsBuild
This addin is no longer maintained. Please use Cake.Issues.MsBuild instead. The MsBuild support for the Pull Request Code Analysis Addin for Cake allows you to write any issues logged as warnings in a MsBuild log as comments to a pull request.
Cake.VulnerabilityScanner
CakeBuild plug-in to Scan your projects for open source vulnerabilities
Cake.Extensions
This package has been renamed to Cake.Incubator
Cake.PinNuGetDependency
Cake Build addin used to lock dependency versions within NuGet packages.
Cake.MkDocs
Cake MkDocs AddIn.
Cake.Frosting.Issues.Terraform
The Terraform support for the Cake.Issues addin for Cake allows you to read issues logged by terraform validate. This addin provides the aliases for reading terraform validate output and providing them to the Cake.Issues addin. It also requires the core Cake.Issues addin. There are also additional addins for generating reports or posting issues to pull requests. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Frosting. For addin compatible with Cake Script Runners see Cake.Issues.Terraform.
Cake.Prca.Issues.InspectCode
This addin is no longer maintained. Please use Cake.Issues.InspectCode instead. The Inspect Code support for the Pull Request Code Analysis Addin for Cake allows you to write any issues logged by JetBrains Inspect Code as comments to a pull request.
Cake.ISO
Cake Build addin to allow creation of ISO files.
Cake.DependenciesAnalyser
Cake Build addin for check the dependencies of a project.
Cake.Fastlane
Cake add in that extends Cake with support for fastlane tools.
Cake.Helm
Cake AddIn that extends Cake with Helm
Cake.ClickTwice
Cake host for ClickTwice publishing, including the addin and all required libraries
Cake.Args
Cake addin that provides additional Arguments extensions in Cake build scripts.
Cake.NDepend
Cake Build addin for NDepend.
Cake.BitDiffer
Cake Addin for using BitDiffer coimmand line tool
Cake.Issues.Sarif
The SARIF support for the Cake.Issues addin for Cake allows you to read SARIF compatible files. This addin provides the aliases for reading issues from SARIF compatible files and providing them to the Cake.Issues addin. It also requires the core Cake.Issues addin. There are also additional addins for generating reports or posting issues to pull requests. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.Issues.Sarif.
Cake.CloudFormation
CakeBuild plug-in to execute AWS cloud fromation CLI commands
SemVer.FromAssembly
NOTE: This package has been deprecated. Please use Cake.SynVer instead. Guess SemVer based on public surface changes
Cake.SSRS
SQL Server Reporting Services addin for cake build.
Cake.Storyteller
Storyteller alias for Cake
Cake.RepoVersion
Package Description
Cake.Chutzpah
Chutzpah addin for Cake build.
Cake.Flutter
Flutter addin for Cake Build.
Cake.VsixSignTool
VsixSignTool Addin for Cake Build, Test and Deployment Automation System.
Cake.Board.AzureBoards
This add-in allows you to interact directly with the work items of Azure Boards.
Cake.SquareLogo
Package Description
Cake.Jira
Cake build addin for integration with Jira.
Cake.DNF.Module
This Cake module adds support for the DNF package manager when installing tools in your Cake build scripts.
Cake.CakeBoss
Cake Build addon for calling CakeBoss agents.
Cake.Scripty
A simple Cake addin for invoking Scripty to run Roslyn-powered C# scripts for code generation.
Cake.Yeoman
Yeoman Addin for Cake Build Automation System
Cake.AsciiDoctorJ
makes [asciidoctorj](https://github.com/asciidoctor/asciidoctorj) available as a tool in [cake](https://cakebuild.net/)
Cake.Issues.Terraform
The Terraform support for the Cake.Issues addin for Cake allows you to read issues logged by terraform validate. This addin provides the aliases for reading terraform validate output and providing them to the Cake.Issues addin. It also requires the core Cake.Issues addin. There are also additional addins for generating reports or posting issues to pull requests. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.Issues.Terraform.
Cake.HipChat
Cake HipChat AddIn
Cake.Ember
Cake Ember AddIn.
Cake.Rest
Cake Addin for easily consuming REST APIs through RestSharp.
Cake.APT.Module
This Cake module adds support for the APT package manager when installing tools in your Cake build scripts.
Cake.Openshift
A set of aliases for Cake to help with running Openshift commands
Cake.Homebrew
Cake addin that provides Homebrew aliases
Cake.SmartAssembly
SmartAssembly Addin for runing RedGate's SmartAssembly tool.
Cake.NSpec
Cake Adapter that enables nspec tests
Cake.Tfs.AutoMerge
This a Cake extension to implement GitFlow auto merge for TFS.
Cake.BrowserStack
Cake Build addin for BrowserStack API's.
Cake.ResxConverter
Cake.ResxConverter allows the use of ResxConverter via Cake script.
Cake.FtpFolderUpload
This is a cake add in for publishing a folder and it's content to a ftp server
Cake.SqlServerPackager
Cake AddIn that packages multiple SQL Scripts into one file to speed up deployment and minimize the probability of errors.
Cake.Microsoft.Extensions.Configuration
Cake addin for strongly typed configuration
Cake.NSwag.Console
A simple Cake addin powered by NSwag for compiling client code and API definitions from a variety of sources
Cake.EntityFrameworkCore
Cake.EntityFrameworkCore is a set of Cake aliases for working with Entity Framework Core Migrations from an assembly instead of project source files.
Cake.MobileCenter
MobileCenter Addin for Cake Build, Test and Deployment Automation System.
Cake.Raygun
Cake Build addin for Raygun.
Cake.Dialog
Cake.Dialog
Cake.Prca.Issues.Markdownlint
This addin is no longer maintained. Please use Cake.Issues.Markdownlint instead. The Markdownlint support for the Pull Request Code Analysis Addin for Cake allows you to write any issues logged by Markdownlint as comments to a pull request.
Cake.Electron.Net
Cake AddIn that extends Cake with Electron.NET
Cake.SemVer.FromAssembly
NOTE: This package has been deprecated. Please use Cake.SynVer instead. Cake addin in order to be able to get next semver version of nuget package based on changes to the public API
Cake.Prca.Issues.DocFx
This addin is no longer maintained. Please use Cake.Issues.DocFx instead. The DocFx support for the Pull Request Code Analysis Addin for Cake allows you to write any warnings logged by DocFx as comments to a pull request.
Cake.SharePoint
Cake AddIn to upload build artifacts to SharePoint. Also allows to get the current filenames on the server and delete files on the server.
Cake.TravisCI
Cake add in that extends Cake with support for TravisCI.
Cake.IntelliJ.Recipe
Convention based Cake scripts for building IntelliJ plugins.
Cake.Board.Abstractions
This add-in allows you to interact directly with the work items of Azure Boards.
Cake.Issues.Tap
The TAP support for the Cake.Issues addin for Cake allows you to read Test Anything Protocol (TAP) compatible files. This addin provides the aliases for reading issues from TAP compatible files and providing them to the Cake.Issues addin. It also requires the core Cake.Issues addin. There are also additional addins for generating reports or posting issues to pull requests. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.Issues.Tap.
Cake.EntityFramework6
Cake.EntityFramework6 is a set of Cake aliases for Entity Framework 6.3 or above (not .NET Core) code-first migration using the ef6.exe command line interface (cli).
Cake.Genymotion
Cake Build addin for managing Genymotion.
Cake.Gerrit
Cake addin to post a review/label/comment on Gerrit
Cake.DevicesXunitTestReceiver
Cake Build addin for receiving test results from Devices.Xunit test hosts.
Cake.SynVer
Cake addin in order to be able to get next syntactic (semantic) version of nuget package based on changes to the public API
Cake.Jekyll
Cake addin that makes Jekyll available in Cake builds. Jekyll is a blog-aware, static site generator in Ruby.
Cake.Board
This add-in allows you to interact directly with the work items of Azure Boards.
Cake.Prca.Issues.EsLint
This addin is no longer maintained. Please use Cake.Issues.EsLint instead. The ESLint support for the Pull Request Code Analysis Addin for Cake allows you to write any issues logged by ESLint as comments to a pull request.
Cake.ExcelDnaPack
Cake add-in that makes ExcelDnaPack available as a tool in Cake.
Cake.Systemctl
Cake AddIn for managing services with systemctl service manager
Cake.UServer
Cake.UServer
Cake.ViewCompiler
A simple Cake addin to compile CouchDB views from a set of .js files.
Cake.DotNetVersionDetector
Cake addin for executing DotNetVersionDetector (https://www.asoft.be/prod_netver.html) This version was build for Cake v4.0.0
Cake.ServiceOrchestration
A sample/reference approach to multi-instance service deployment and orchestration using Cake
Cake.UrlLoadDirective.Module
Cake module for supporting downloading files from url's in the #load directive.
Cake.ConventionalChangelog
Cake Addin to generate changelog file depends on git log.
Cake.Dart
Dart addin for Cake Build.
Cake.ResourceHacker
ResourceHacker Addin for Cake Build, Test and Deployment Automation System.
Cake.VsCode.Recipe
Re-usable build script for Cake that can be used for building VSCode Extensions.
Cake.KeePass
Wraps KeePass functionality into a CakeBuild addin.
Cake.SemVer.FromBinary
NOTE: This package has been deprecated. Please use Cake.SynVer instead. Cake addin in order to be able to get next semver version of nuget package based on changes to the public API
Cake.ScheduledTasks
Windows task scheduler addin for Cake
Cake.Vault
Get vault secrets.
Cake.Markdown-Pdf
An alias for Cake to help with running Markdown-Pdf commands as part of a build
Cake.UncUtils
A collection of UNC aliases for Cake
Cake.TeamCityCoverageReporter
Package Description
Cake.PlasticSCM
A cakebuild addin that allows you to work with PlasticSCM
Cake.Wget
Cake.Wget is a cross-platform add-in for Cake build automation system which encapsulates Wget tool.
Cake.CodeQL.Cli
Cake.CodeQL.Cli is a set of Cake aliases that integrate with GitHub Advanced Security (GAS). GAS uses CodeQL to find vulnerabilities in your code. The code must be hosted GitHub or GitHub Enterprise.
Cake.RSync
RSync support for Cake
Cake.Debootstrap
Debootstrap support for Cake
Cake.CoverageComparer
A simple coverage comparer that compares opecover html report
Cake.Board.Asana
This add-in allows you to interact directly with the tasks of Asana.
Cake.GitHub.Endpoints
Cake add-in that makes GitHub Endpoints (API) available as a tool in Cake.
Cake.Tools.ReadyAPI.TestEngine
Cake.Tools.ReadyAPI.TestEngine allows for the build time integration of ReadyAPI automated testing via TestEngine.
Cake.LicenseHeaderUpdater
Cake addin to update the license header of source code files.
Cake.Frosting.Issues.DocFx
The DocFx support for the Cake.Issues addin for Cake allows you to read warnings from DocFx log files. This addin provides the aliases for reading warnings from DocFx log files and provides them to the Cake.Issues addin. It also requires the core Cake.Issues addin. There are also additional addins for generating reports or posting issues to pull requests. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Frosting. For addin compatible with Cake Script Runners see Cake.Issues.DocFx.
Cake.Tools.ReadyAPI.TestRunner
Cake.Tools.ReadyAPI.TestRunner allows for the build time integration of ReadyAPI automated testing.
Cake.SPCAF
Alias to assist with running SPCAF from Cake build scripts
Cake.ArtifactDrop
When you need to upload a build artifact to the cloud from VSTS Build system for example.
Cake.grate
Makes grate available as a tool in Cake.
Cake.SFTP
a plug-in for Cake Build that allows you to upload, download and delete files on an SFTP server.
Cake.Frosting.Issues.BuildServer
The issues addin for Cake allows you to report issues to build servers. This addin provides the aliases for reporting issues to build servers in Cake Frosting. It requires the core Cake.Frosting.Issues addin and one or more issue provider addins for reading issues from different analyzers or linters. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts.
Cake.Frosting.Issues.BuildServer.GitHubActions
GitHub Actions support for the Cake.Issues addin for Cake allows you to report to GitHub Actions builds. This addin provides the aliases for writing to GitHub Actions builds. It also requires the core Cake.Issues and Cake.Issues.PullRequests addins and one or more issue providers. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Frosting. For addin compatible with Cake Script Runners see Cake.Issues.BuildServer.GitHubActions.
Cake.Frosting.Issues.BuildServer.AppVeyor
AppVeyor support for the Cake.Issues addin for Cake allows you to write found issues as message to AppVeyor builds. This addin provides the aliases for writing to AppVeyor builds. It also requires the core Cake.Issues and Cake.Issues.BuildServer addins and one or more issue providers. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Frosting. For addin compatible with Cake Script Runners see Cake.Issues.BuildServer.AppVeyor.
Cake.Asciidoctor
Cake addin for Asciidoctor and Asciidoctor PDF
Cake.Issues.BuildServer
The issues addin for Cake allows you to report issues to build servers. This addin provides the aliases for reporting issues to build servers. It requires the core Cake.Issues addin and one or more issue provider addins for reading issues from different analyzers or linters. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts.
Cake.Issues.BuildServer.GitHubActions
GitHub Actions support for the Cake.Issues addin for Cake allows you to report to GitHub Actions builds. This addin provides the aliases for writing to GitHub Actions builds. It also requires the core Cake.Issues and Cake.Issues.BuildServer addins and one or more issue providers. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.Issues.BuildServer.GitHubActions.
Cake.Issues.BuildServer.AppVeyor
AppVeyor support for the Cake.Issues addin for Cake allows you to write found issues as message to AppVeyor builds. This addin provides the aliases for writing to AppVeyor builds. It also requires the core Cake.Issues and Cake.Issues.BuildServer addins and one or more issue providers. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.Issues.BuildServer.AppVeyor.
Cake.Podman
Podman addin for Cake