Open stolzem opened 1 year ago
Building a project via azure build pipelines failes to detect the triggering branch name.
Versions are generated like this: 14.null-3
Azure pipelines suppy the branch name via variable Build.SourceBranchName
See also: https://learn.microsoft.com/en-us/azure/devops/pipelines/build/variables?view=azure-devops&tabs=yaml#build-variables-devops-services
No gitVersioner detects if it runs in a Azure Pipeline. If so it takes the branch name from BUILD_SOURCEBRANCHNAME env variable.
Available in version 0.6.6.
Building a project via azure build pipelines failes to detect the triggering branch name.
Versions are generated like this: 14.null-3
Azure pipelines suppy the branch name via variable Build.SourceBranchName
See also: https://learn.microsoft.com/en-us/azure/devops/pipelines/build/variables?view=azure-devops&tabs=yaml#build-variables-devops-services