- Namespace
- GitReleaseManager
.Core .Options - Base Types
-
- object
- BaseSubOptions
- BaseVcsOptions
Syntax
[Verb("addasset", HelpText = "Adds an asset to an existing release.")]
public class AddAssetSubOptions : BaseVcsOptions
Attributes
Type | Description |
---|---|
Verb |
Properties
Name | Value | Summary |
---|---|---|
AssetPaths | IList |
|
Debug | bool |
Inherited from BaseSubOptions
|
IsCISystem | bool |
Inherited from BaseSubOptions
|
LogFilePath | string |
Inherited from BaseSubOptions
|
NoLogo | bool |
Inherited from BaseSubOptions
|
Provider | VcsProvider |
Inherited from BaseVcsOptions
|
RepositoryName | string |
Inherited from BaseVcsOptions
|
RepositoryOwner | string |
Inherited from BaseVcsOptions
|
TagName | string | |
TargetDirectory | string |
Inherited from BaseSubOptions
|
Token | string |
Inherited from BaseVcsOptions
|
Verbose | bool |
Inherited from BaseSubOptions
|