actions-marketplace-validations/PublishNuget

GitHub action to automate publishing NuGet packages when project version changes.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
nameThe name of the NuGet package.yes
project_file_pathThe relative path of the project file.yes
version_file_pathThe relative path of the version file.no
version_regexThe regex pattern which is used to extract the version info. Defaults to "^<Version>(.*)<\/Version>".no<Version>(.*)<\/Version>
tag_formatFormat of the git tag. [*] gets replaced with the actual version number. Defaults to v[*].nov[*]
tag_commitDetermines whether or not to create a git tag. Defaults to true.notrue
nuget_keyAn API key to authenticate with the NuGet server.yes
include_symbolsDetermines whether or not to push symbols along with the NuGet package. Defaults to false.nofalse
fail_on_build_errorDetermines whether or not to fail on a build/pack error. Defaults to true.notrue

no outputs