| In the multibranch pipeline jobs, when there are "/" in branch, for example: branch "test/dennisxu", the download url will be <azure blob url>/test%2Fdennisxu/1//test. , which can not be downloaded. While I change the above url to <azure blob url>/test%252Fdennisxu/1//test., it can be downloaded. I think there is a bug when the Azure Artifact Manager generate the download url for multibranch pipeline jobs which contains "/" in branch, and the "/" seems not be escaped correctly. |