octopusdeploy/Create NuGet Package for Octopus Deploy
GitHub Action to create a NuGet package for Octopus Deploy
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package_id | Package Id. | yes | — |
| version | Package version. | yes | — |
| output_folder | The folder to put the resulting package in, relative to the current working directory; not the base path. | yes | — |
| base_path | The base path for the input files. | yes | — |
| files | Multi-line list of files to include in the package. Supports globbing. | yes | — |
| nuspec_description | Description to include in the Nuspec file. | yes | — |
| nuspec_authors | Multi-line list of authors to include in the Nuspec file. | yes | — |
| nuspec_release_notes | Release notes to include in the Nuspec file. | — | — |
Outputs
| name | description |
|---|---|
| package_file_path | The full path to the package file that was created. |
| package_filename | The filename, without the path, of the file that was created. |