IPackageSource Interface

Represents a package source that can be used in package-based operations like NuGet::Publish, attaching packages to builds, etc.

Inheritance Hierarchy

Syntax

public interface IPackageSource

Properties

Name Description
SourceId

Gets the unique identifier of the package source.

Methods

Name Description
GetViewPackageUrl(string packageName, string packageVersion)

Remarks

See AhPackages for methods to interact with package sources.