maurosoft1973/.NET Build

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
buildSwitchesProvides 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""
configurationDefines the build configuration. Default is Release.noRelease
frameworkCompiles for a specific framework. The framework must be defined in the project file.no""
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.noquiet
projectsOptional path to the project(s) file to build. Pass empty to have MSBuild use the default behavior. Supports globbing.yessrc/**/*.csproj
restoreCacheKeyWhen set, current workspace will be overwritten with the content of the restore cache. Default is empty.no""
uploadBuildArtifactUpload the generated build artifact. Default is to true.notrue
uploadBuildArtifactNameThe name of the generated build artifact. Default is to BuildArtifact.noBuildArtifact

no outputs