InedoSDK Reference
Version:

IPackageSource Interface

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

Inheritance Hierarchy

  • Inedo.Extensions.PackageSources.IPackageSource

Syntax

public interface IPackageSource

Properties

Name Description
PackageType

Gets the package type of the source.

SourceId

Gets the unique identifier of the package source.

Remarks

See AhPackages for methods to interact with package sources.