AddAssetSubOptions.

AssetPaths Property

Syntax

[Option('a', "assets", Separator = ',', HelpText = "Paths to the files to include in the release.", Required = true)]
public IList<string> AssetPaths { get; set; }

Attributes

Type Description
Option

Value

Type Description
IList<string>
GitHub