Friday, December 21, 2018

Merge from release to other branch


Merge from release to other branch


 
1.   Navigate to source control explore, click à Project and click à node release
2.   Select release version, which u want to merge in different branch
3.   Right click à Release version à Branching and merging à Merge
4.   Verify source release version branch and also Target branch, which you want to merge
5.   Select à version Type à Latest version
6.   Click à Finish
7.   Example: Source control VSTS Service links is https://<Org-Name>.visualstudio.com/<ProjectName>/<ProjectNameTeam>


No comments:

Post a Comment

Convert Call stack to readable format in D365FO X++

//Input --container _xppCallStack = xSession::xppCallStack();  Public static str POL_formatXppCallStack(container _xppCallStack, int _skipFr...