codebeltnet/.NET Build from Codebelt
An opinionated action that builds specified projects or the solution itself including all of its dependencies.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| projects | Optional path to the project(s) file to build. Pass empty to have MSBuild use the default behavior. Supports globbing. Default is an empty string. | yes | "" |
| configuration | Defines the build configuration. Default is Debug. | yes | Debug |
| framework | Compiles for a specific framework. The framework must be defined in the project file. Default is an empty string. | yes | "" |
| verbosity-level | Sets the verbosity level of the command. Allowed values are q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic]. The default is quiet. | yes | quiet |
| build-switches | Provides a way to fully customize the build. Default is empty. See https://learn.microsoft.com/en-us/visualstudio/msbuild/msbuild-command-line-reference?view=vs-2022#switches for more information. | no | "" |
Outputs
no outputs