GetBuildPackagesAsync(System.Threading.CancellationToken cancellationToken) Method

Returns the packages attached to the current build.

Syntax

public abstract Task<IEnumerable<AttachedPackage>> GetBuildPackagesAsync(System.Threading.CancellationToken cancellationToken)

Parameters

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Returns

List of packages attached to the current build.