maurosoft1973/.NET Pack

An opinionated action that retrieve previously build projects and packs them into a NuGet package.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
configurationDefines the build configuration. Default is Release.noRelease
downloadArtifactNameDefines the build artifact name to download. Default is BuildArtifact.noBuildArtifact
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
packageNameAutoWhen set, the package name will be automatically generated from the project settings (PackageId and Version).nofalse
packageNameDefines the name of the nuget package (only packageNameAuto it's false).noPackage
packageVersionThe version of your nuget package, e.g. 1.0.0 (only packageNameAuto it's false)no1.0.0
projectsOptional path to the project(s).no""
restoreCacheKeyWhen set, current workspace will be overwritten with the content of the restore cache. Default is empty.no""
retentionDaysPackedArtifactDuration after which artifact will expire in days.Default is 1.no1
uploadPackedArtifactUpload the created NuGet packages. Default is to upload.notrue

no outputs