High-level facade for embedding PackagingTools orchestration in custom build pipelines.
public sealed class PackagingClient
kind:method, kind:property, kind:ctor. Press Esc to clear.CreateDefault(Action<PackagingClientOptions>?)Creates a client using the default configuration.PackAsync(PackagingProject, PackagingRequest, CancellationToken)Executes a packaging run using a pre-loaded PackagingProject and PackagingRequest.PackAsync(PackagingRunOptions, CancellationToken)Executes a packaging run based on the contents of a project file.