Check if a tag exists in a Devops pipeline
At work we create our build/release through Azure Pipelines. We also label our sources, this means that after a successful build we create a tag in our git repository. This however fails sometimes, usually due to the fact that the tag already exists. The problem with that is that is …