May 22 2023
06:35 AM
- last edited on
Mar 05 2024
02:44 PM
by
TechCommunityAP
May 22 2023
06:35 AM
- last edited on
Mar 05 2024
02:44 PM
by
TechCommunityAP
Hi,
As in GitHub, I'd like to create a new Release in Azure DevOps and run the pipeline manually specifying a tag in the Azure Repo (Eg. 1.0.0), so it will start using the tag specified. Is it possible?
Best Regards
Vincenzo
May 22 2023 02:39 PM
@sorrentinov Yes this is possible, you just have to create the pipeline in azure devops and when you click on 'run' button, you will find a dropbox 'Branch/tag' on the top right corner. From this select the tag and then you can get the all available tags of this repository. see the picture below.
May 22 2023 05:43 PM
May 23 2023 12:45 AM
Thanks @intikhabkhan, I see that I can choose branch/tag on Build pipeline, but is this also possible on release pipeline? I would create a Release that create a package and distribute it on Marketplace in its job but I haven't the possibility to choose tag
Aug 25 2023 03:13 AM
@sorrentinov
solution :
In the release pipline in ' build branch' put : refs/tags/uat.* or refs/tags/uat* depends on your tags.