Git cherrypick is not working in azure devops pipeline

22 views Asked by At

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?

0

There are 0 answers