edumserrano/NuGet push
Pushes a nuget package and symbols.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit May 25, 2025
- License
- MIT
Pinned Snippet
uses: edumserrano/nuget-push@2c99a0cae97df631eb2526ddd171a55dd5228289 # v1.2.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | The API key for the NuGet server. Used when pushing the NuGet packages and symbols. | yes | — |
| fail-if-exists | Indicates whether this actions should fail if the NuGet package being pushed already exists. Defaults to false. | no | false |
| working-directory | The directory that will be used to push NuGet packages. It will push all NuGet packages (*.nupkg) and corresponding symbol packages (*.snupkg) present in the directory. | no | — |
| nuget-package | The filepath for the NuGet package to be pushed. | no | — |
| symbols-package | The filepath for the symbols package to be pushed. | no | — |
Outputs
| name | description |
|---|---|
| status | The overall status of pushing the NuGet packages and corresponding symbols. Possible values are 'ok' or 'error'. |
| push-result | The result of pushing the NuGet packages and corresponding symbols as a JSON string. |