PackagingArtifact Class

Definition

Represents a packaged artifact produced by the pipeline.

public sealed record PackagingArtifact(string Format, string Path, IReadOnlyDictionary<string, string> Metadata) : IEquatable<PackagingArtifact>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (3)