This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.GitLab.
Summary
Implements the functionality of Cake.GitLab.GitLabAliases.GitLabRepositoryCreateTagAsync(Cake.Core.ICakeContext,System.String,System.String,NGitLab.Models.ProjectId,System.String,System.String)
Syntax
public Task<Tag> RepositoryCreateTagAsync(string serverUrl, string accessToken, ProjectId project, string ref, string name)
Attributes
Type |
Description |
AsyncStateMachineAttribute |
|
Parameters
Name |
Type |
Description |
serverUrl |
string |
|
accessToken |
string |
|
project |
ProjectId |
|
ref |
string |
|
name |
string |
|
Return Value
Type |
Description |
Task<Tag> |
|