mwbowers/Download NuGet Package
Downloads a specific NuGet package using the provided nuget.config and saves it to a specified directory
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| nuget-config | Path to the nuget.config file (optional). | no | "" |
| package-directory | Directory to save the downloaded NuGet package | yes | — |
| package-name | NuGet package name | yes | — |
| version | Version of the NuGet package (optional). Defaults to latest if not provided. | no | "" |
Outputs
no outputs