Result of a packaging operation.
public PackagingResult(bool Success, IReadOnlyCollection<PackagingArtifact> Artifacts, IReadOnlyCollection<PackagingIssue> Issues)
Indicates whether the pipeline completed without blocking errors.
Collection of produced artifacts.
Logged issues during the run.