Transfer build tags in Azure Pipelines

Did you ever need to transfer some kind of information from the build into the release pipeline but you didn’t want to store the information in the artifact folder? Did you ever think what can I do and how can I use the build tags in my release pipeline? If your answer is yes then you’re at the right place because this topic is all about how to set the tags in the build pipeline and how to read those tags and put them into release variables.

Continue reading “Transfer build tags in Azure Pipelines”