deitry/Add NuGet package source
Adds NuGet package source to the system if it is not already added and cleans it after the job is finished
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | URL of NuGet package source to add | yes | — |
| name | Name for the NuGet package source. If not specified, a random GUID will be used | no | — |
| username | Username for private NuGet package source access | no | — |
| password | Password for private NuGet package source access | no | — |
| force | If true, existing entry with the same URL will be overwritten | no | false |
Outputs
| name | description |
|---|---|
| source_name | The name of the added package source |