- Namespace
- GitReleaseManager.Core 
- Containing Type
- IVcsService
Syntax
Task<Release> CreateReleaseFromInputFileAsync(string owner, string repository, string name, string inputFilePath, string targetCommitish, IList<string> assets, bool prerelease)Parameters
| Name | Type | Description | 
|---|---|---|
| owner | string | |
| repository | string | |
| name | string | |
| inputFilePath | string | |
| targetCommitish | string | |
| assets | IList | |
| prerelease | bool | 
Return Value
| Type | Description | 
|---|---|
| Task |