I want to acheive git cherry-pick via azure devops pipeline from branch A to branch B. My pipeline has a shell step where I am executing cherry-pick command. But when I run the pipeline, it is merging all the contents from branch A to branch B.
How to resolve this issue?