You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building on Azure devops the checked out branch is a PR branch.
This is correctly identified, however it does not allow for simple tracking of the source branch
Describe the solution you'd like
It would be good if the original source branch could be identified through some tokens such as {sourceBranchName} and {shortSourceBranchName} so that the values could still be used in version strings label/metadata
When building on Azure devops the checked out branch is a PR branch.
This is correctly identified, however it does not allow for simple tracking of the source branch
Describe the solution you'd like
It would be good if the original source branch could be identified through some tokens such as
{sourceBranchName}
and{shortSourceBranchName}
so that the values could still be used in version strings label/metadataAdditional context
See pre-defined strings here: https://docs.microsoft.com/en-us/azure/devops/pipelines/build/variables?view=azure-devops&tabs=yaml#build-variables
The text was updated successfully, but these errors were encountered: