cake-build/Cake Action

Run a Cake script or Cake Frosting project as part of your build.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
script-pathThe path of the Cake script to run.nobuild.cake
project-pathThe path of the Cake Frosting Project to run. Takes precedence over script-path and file-path.no
file-pathThe path of the C# file-based Cake app to run. Takes precedence over script-path. Requires .NET 10 or later.no
targetThe name of the task to execute. Note that this argument must be supported by the script.no
verbosityThe verbosity level with which to run the script. Valid values are: Quiet, Minimal, Normal, Verbose or Diagnostic.noNormal
dry-runTells Cake to do a dry run of the script.nofalse
argumentsAny custom parameters to pass to the script. Multiple parameters are defined on separate lines.no
cake-versionThe version of Cake to install. Either a specific version, "latest" (default) or "tool-manifest".nolatest
cake-bootstrapFlag for if Cake modules should be installed/bootstrapped.nofalse

no outputs