microsoft / vscode-deploy-azure

VS code extension: Deploy To Azure, which helps set up CI/CD for deployment to Azure Resources.
MIT License
18 stars 19 forks source link

Azure-Pipeline trigger doesn't work when branch has non alphabetic characters #55

Open hiyadav opened 5 years ago

hiyadav commented 5 years ago

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

github-actions[bot] commented 4 years ago

This issue is stale because it has been open for 7 days with no activity.