Represents a packaged artifact produced by the pipeline.
public PackagingArtifact(string Format, string Path, IReadOnlyDictionary<string, string> Metadata)
The packaging format (e.g. msix, msi).
Filesystem path to the artifact.
Additional metadata (hashes, version, manifest URIs).