Azure Devops Release Pipeline - How to avoid deploying perticular tag to test servers

Learner_24 1 Reputation point
2021-09-10T18:58:12.723+00:00

I have release pipeline set. When I check in code in repository I tag last commit in format x.xx.y where y= 0. After tagging build get trigger and after successful build, code get deploy on test servers.

When a bugs comes I create tag on bug commit like x.xx.y where y = 1-99. now here as well build get trigger and it get deploy to test environments however here I dont want bug fix should get deploy to test environment. So is there any sort of pattern that I can use to only deploy non bug commit to test environment ?

Right now I am using Build Branch as "refs/tags/*" in "Continuous deployment trigger" in release pipeline

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,207 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2021-09-10T19:11:33.547+00:00

    The product group for Azure DevOps / TFS actively monitors questions over at
    https://developercommunity.visualstudio.com/report?space=21&entry=problem
    https://developercommunity.visualstudio.com/report?space=22&entry=problem

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    0 comments No comments