Hello Siddharth Joshi,
If my understanding is correct, you wanted to cherry-pick commits or selective publishing of resources from your feature branches to the collaboration branches.
If this is correct, cherry-picking is not allowed. However, on rare occasions when you need selective publishing, consider using a hotfix.
Please see the below document explained about the hotfix process.
Video tutorial: https://www.microsoft.com/videoplayer/embed/RE4I7fi
You can use Git collaboration feature to manage your pipelines from feature branches and control the changes that merge into the main branch.
In general, all development and testing work will be done on the feature branches and merged into the main branch when ready for deployment. When we publish the changes to the main branch, it will only affect the changes in the main branch and will not affect any changes in other feature branches.
You can create a pull request in the Git repository to merge from a feature branch to the main branch. This will allow you to review and approve the changes before they are merged into the main branch. You can also configure branch policies to enforce certain rules, such as requiring approval from a specific user or group before a pull request can be merged.
I hope this helps. Please let me know if you have any further questions.
Hi @BhargavaGunnam-MSFT , Yes we want to use "Incremental mode" in our deployment but our requirement is to deploy multiple feature branch changes as a merged in our develop branch and these deployment should not add previous changes because all feature branches will be created from develop branch only.
So In this condition I though "validate and deploy" option internally use incremental mode but my guess was wrong.
Please let me know what is workaround of my issue.
Hello Same apply for Synapse Pipeline artifacts as well ?
Hello Siddharth Joshi,
Correct, this applies to synapse pipeline artifacts as well.
Please let me know if you have any further questions here.
If this answers your question, please consider accepting the answer by hitting the Accept answer and up-vote as it helps the community look for answers to similar questions.
Sign in to comment