Forum Discussion
sorrentinov
May 22, 2023Copper Contributor
How to specify a tag when running release pipeline?
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 possi...
sorrentinov
Copper Contributor
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
achrafbenalaya
Aug 25, 2023Copper Contributor
sorrentinov
solution :
In the release pipline in ' build branch' put : refs/tags/uat.* or refs/tags/uat* depends on your tags.