codebeltnet/.NET Build from Codebelt

An opinionated action that builds specified projects or the solution itself including all of its dependencies.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
projectsOptional 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""
configurationDefines the build configuration. Default is Debug.yesDebug
frameworkCompiles for a specific framework. The framework must be defined in the project file. Default is an empty string.yes""
verbosity-levelSets the verbosity level of the command. Allowed values are q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic]. The default is quiet.yesquiet
build-switchesProvides 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""

no outputs