Skip to content

Rename CUSTOM_VERSION variable to VersionNumber in publish pipeline#457

Merged
corinagum merged 1 commit into
mainfrom
fix/publish-pipeline
Feb 19, 2026
Merged

Rename CUSTOM_VERSION variable to VersionNumber in publish pipeline#457
corinagum merged 1 commit into
mainfrom
fix/publish-pipeline

Conversation

@rido-min

Copy link
Copy Markdown
Contributor

This pull request makes a small update to the Azure DevOps pipeline configuration file .azdo/publish.yml. The main change is renaming the pipeline variable used to store the version number, and removing an unnecessary task related to setting the pipeline version.

  • Pipeline variable update:

    • Changed the name of the variable set for the version number from CUSTOM_VERSION to VersionNumber to standardize variable naming.
  • Pipeline task cleanup:

    • Removed the onebranch.pipeline.version@1 task and its associated inputs, as it is no longer needed for setting the pipeline version.

@corinagum
corinagum merged commit 0f0c49c into main Feb 19, 2026
8 checks passed
@corinagum
corinagum deleted the fix/publish-pipeline branch February 19, 2026 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants