How to get a branch name with a slash in Azure DevOps?
Azure Devops offers two variables containing information about the current git branch name: $(Build.SourceBranchName) and $(Build.SourceBranch) . While SourceBranch contains the full reference to the branch, SourceBranchName is expected to contain only the short branch name. Unfortunately, the behavior is a bit unexpected when the branch name contains a slas