Version:
INuGetPackageSource Interface
Represents a NuGet package source.
Inheritance Hierarchy
- Inedo.Extensions.PackageSources.INuGetPackageSource
Syntax
public
interface
INuGetPackageSource : IPackageSource
Properties
|
Name |
Description |
|
ApiKey
|
Gets the API Key to use for API-based requests.
|
|
Password
|
Gets the password to use for HTTP/401 challenges.
|
|
SourceUrl
|
Gets the source URL to use for pulling or pushing packages.
|
|
SymbolSourceUrl
|
Gets the source URL for pushing symbol packages.
|
|
UserName
|
Gets the user name to use for HTTP/401 challenges.
|