If the branch on which the pipeline is configured has non alphabetic characters, then the trigger doesn't work as the mustache renderer changes while html escaping them.
Hence it gets converted like this in azure-pipelines.yaml:
orignal branch name: users/hiyada/bugFile
converted branch name: users/hiyada/bugFile
If the branch on which the pipeline is configured has non alphabetic characters, then the trigger doesn't work as the mustache renderer changes while html escaping them. Hence it gets converted like this in azure-pipelines.yaml: orignal branch name: users/hiyada/bugFile converted branch name: users/hiyada/bugFile