Represents a packaged artifact produced by the pipeline.
public sealed record PackagingArtifact(string Format, string Path, IReadOnlyDictionary<string, string> Metadata) : IEquatable<PackagingArtifact>
kind:method, kind:property, kind:ctor. Press Esc to clear.PackagingArtifact(String, String, IReadOnlyDictionary<String, String>)Represents a packaged artifact produced by the pipeline.