1. Clone the repository of the solution that needs to be released to Prod. For example, OPP:
git clone https://transport-canada@dev.azure.com/transport-canada/Dynamics/_git/oppses
2. Checkout the master branch:
git checkout master
3. Merge changes from develop branch to master :
git merge develop
At this point, the release pipelines will be automatically triggered to deploy the solution into Prod.
4. Wait and see if the release pipeline succeeds:
5. Repeat above steps for all solutions that must be released.