Annotation TagsThis tool allows you to add git annotation tags to your current compiled branch from within a build pipeline. Using this control:Parameters: ProjectRef This is the name of your visual studio instance {instance}[/{team-project} i.e. fabrikam-fiber-inc/services AccessToken This is the personal access token, obtained from the user settings menu option. SystemDefinitionId This is the System.DefinitionId Predefined variables BuildRepositoryName This is the Build.Repository.Name Predefined variables BuildSourceBranchName This is the Build.SourceBranchName Predefined variables TagItem This variable represents the visible tag from within the commited section of your git repository, normally a version but can be anuthing. i.e. 1.0.0 TagMessage This variable represents the message you wish to accompany the tag item variable which is more likely to be a description of the tag item. i.e. First release of our great software. |