Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

1. Clone the repository of the solution that needs to be released to Prod. For example, OPP:

Code Block
git clone https://transport-canada@dev.azure.com/transport-canada/Dynamics/_git/oppses

...

2. Checkout the master branch:

Code Block
git checkout master

3. Merge changes from develop branch to master :

Code Block
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.