Hi all,
Can anyone pls explain me how to move Deployable package Dev to UAT and UAT to PROD.
Please give me more shed on this
Hi all,
Can anyone pls explain me how to move Deployable package Dev to UAT and UAT to PROD.
Please give me more shed on this
Thanks ArunRaj and Komi
1) It is best practise to have a separate build branch and use the Azure build pipeline line for projects involving multiple developers.
2) There isn't much of a difference between the two. You will have a better understanding of the code from the build server. If you have a separate branch, you can avoid code conflicts and perform rollbacks.
3) The build pipeline automates all of your manual steps before exporting the package, such as database synchronisation, compilation, report deployment, and so on.
Please see the video below for more information on devops branch concepts.
Thanks ArunRaj for quick response. I really liked the answer you posted. It is crystal clear and very easy to understand.
I have few queries -
As you said "You must first upload the Deployable package from either
Devops build pipeline
Or
Development environment through the LCS"
Kindly let me know
1. which option is recommended to upload Deployable package?
2. Is there any differences between this two?
3. Kindly explain me how will deploy package through Devops build pipeline.
Please give me more shed on this.
Thanks!
Hello,
Here are the steps to create a deployable package from the DEV
And here to apply the package to your UAT then Prod.
Hi,
You must first upload the deployable package from the devops build pipeline or the development environment to the LCS assert library.
After uploading, navigate to the LCS UAT environment. Select apply updates under maintain. This returns a list of deployable packages from the assert library. Choose and apply the update to the UAT environment.
Once the update has been completed in UAT, navigate to the history menu and select environment changes. You will see a list of packages that have been applied to UAT. Mark your uploaded package as a release candidate.
Then, in LCS, switch to the Prod environment. From the maintain menu, choose update environment. In the next screen, select UAT as the source environment, then select the package that was marked as a release candidate and apply.
André Arnaud de Cal...
292,997
Super User 2025 Season 1
Martin Dráb
231,827
Most Valuable Professional
nmaenpaa
101,156
Moderator