akiojin/.NET NuGet package build

.NET NuGet package build & publish GitHub action

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
additional-argumentsSpecify additional arguments to be passed to the build command. no""
api-keySpecify the API key to be used for delivery. By default, $GITHUB_TOKEN is used. no${{ github.token }}
cleanClean workspace before building nofalse
commandSpecify the command to be executed. By default, `dotnet build` is executed. nobuild
verbositySpecifies the output level of the log. The level can be quiet, minimal, normal, delayed, or diagnostic. The default is normal. nonormal
nologoNo copyright information is displayed. notrue
configurationSelect the target configuration to build. noDebug
frameworkSelect the target framework to build. no
outputSpecify the output destination of the built package. By default, '' is set. no""
projectSpecify the project path. no""
publishSpecify `true` if the package is to be delivered after build. By default, `false` is specified and only build is performed. nofalse
sourceSpecifies the name of the package source to which the NuGet package is to be delivered when delivering a NuGet package. Must be specified if `publish` is set to `true`. no""

no outputs