cake-build/Cake Action
Run a Cake script or Cake Frosting project as part of your build.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| script-path | The path of the Cake script to run. | no | build.cake |
| project-path | The path of the Cake Frosting Project to run. Takes precedence over script-path and file-path. | no | — |
| file-path | The path of the C# file-based Cake app to run. Takes precedence over script-path. Requires .NET 10 or later. | no | — |
| target | The name of the task to execute. Note that this argument must be supported by the script. | no | — |
| verbosity | The verbosity level with which to run the script. Valid values are: Quiet, Minimal, Normal, Verbose or Diagnostic. | no | Normal |
| dry-run | Tells Cake to do a dry run of the script. | no | false |
| arguments | Any custom parameters to pass to the script. Multiple parameters are defined on separate lines. | no | — |
| cake-version | The version of Cake to install. Either a specific version, "latest" (default) or "tool-manifest". | no | latest |
| cake-bootstrap | Flag for if Cake modules should be installed/bootstrapped. | no | false |
Outputs
no outputs