maurosoft1973/.NET Pack
An opinionated action that retrieve previously build projects and packs them into a NuGet package.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| configuration | Defines the build configuration. Default is Release. | no | Release |
| downloadArtifactName | Defines the build artifact name to download. Default is BuildArtifact. | no | BuildArtifact |
| level | Sets the verbosity level of the command. Allowed values are q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic]. The default is quiet. | no | quiet |
| packageNameAuto | When set, the package name will be automatically generated from the project settings (PackageId and Version). | no | false |
| packageName | Defines the name of the nuget package (only packageNameAuto it's false). | no | Package |
| packageVersion | The version of your nuget package, e.g. 1.0.0 (only packageNameAuto it's false) | no | 1.0.0 |
| projects | Optional path to the project(s). | no | "" |
| restoreCacheKey | When set, current workspace will be overwritten with the content of the restore cache. Default is empty. | no | "" |
| retentionDaysPackedArtifact | Duration after which artifact will expire in days.Default is 1. | no | 1 |
| uploadPackedArtifact | Upload the created NuGet packages. Default is to upload. | no | true |
Outputs
no outputs