Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Tag Build
Tag Build

Tag Build

Oscar van Tol

|
21 installs
| (0) | Free
Tags a pipeline run with a value, removes the same value from all the other runs. Tagging the current production version is a simple example.
Get it free

Azure Pipelines Tag Build

Tags the current build, other builds of the pipeline will be stripped from the tag.

steps:
- task: tag-build-task@0
  displayName: Add production tag
  inputs:
    uniqueTagValue: 'PRODUCTION'

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft