michielvha/Publish PowerShell Module To NuGet
Reusable action to build, tag, validate, and publish a PowerShell module to the PowerShell Gallery.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| psd1Path | Path to the PSD1 manifest file. | yes | — |
| psm1Path | Path to the PSM1 module file. | yes | — |
| companyName | The name of the company required by nuget | yes | — |
| apiKey | NuGet API key for publishing to the PowerShell Gallery. | yes | — |
| rootModule | the name of the module. | yes | — |
| description | the description for the module. | yes | — |
Outputs
no outputs