Semantic Version BumpAzure DevOps Pipelines task for Builds and Releases Bumps (increments) version saved in an environment variable. Wraps well known node-semver library Usage
Version value is read from the configured environment variable, incremented accordingly and written back to the same variable. :heavy_exclamation_mark: Important to understand: Azure DevOps Pipelines environment variables exists only during pipeline run and destroyed when finished. There is no way of persisting variable value between runs. To continuosly increment the version its value should be persisted anywhere after increment and reloaded on next run.
|