Skip to content

Commit

Permalink
Update CICD.Tools.CatalogUpload.Lib/CatalogArtifact.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Debevere <97611683+PedroDebevere@users.noreply.github.com>
  • Loading branch information
janstaelensskyline and PedroDebevere authored Dec 12, 2023
1 parent cdf7af7 commit df72ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CICD.Tools.CatalogUpload.Lib/CatalogArtifact.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public CatalogArtifact(string pathToArtifact, ILogger logger, CatalogMetaData me
}

/// <summary>
/// Path to the ".dmapp" or ".dmprotocol" file.
/// Path to the application package (.dmapp) or protocol package (.dmprotocol).
/// </summary>
public string PathToArtifact { get; private set; }

Expand Down

0 comments on commit df72ae7

Please sign in to comment.