Create New Release

Create new release #

Release this is process to transfer code from one branch to another branch, create deployable package and deploy package to target environment.

Promote code from one branch to another branch #

NOTE: All description below only for VSTS version control system.

We should merge our code from one branch(source) to another branch(target)

  1. Open Source control explorer
  2. Select source branch
  3. Right click and select Branching and Merging
  4. Select Merge ...

Select source branch

Select target branch and press Finish button Select source branch

Make appropriate comments, add rellated work, and press Check in button Select source branch

Run build pipeline #

We can run build pipeline manually or it will run automatically by schedule Run build pipeline manually

Manual steps #

Upload package to the LCS\Asset library #

Build pipe line create package. We should download it from build pipeline Download build package1 Download build package2 Download build package3 Download build package4

Load to LCS asset library, give proper name, description and upload file Load package to LCS1 Load package to LCS2 Load package to LCS3 Load package to LCS4

Apply package to target environment #

Maintain\Apply Apply package to the environment1

Select package and press Apply Apply package to the environment2

Auto steps #

In automatic mode all steps will run automatically. After build pipeline completed it run related release pipeline, It upload package to the LCS and apply package to the target environment. How to create proper release

comments powered by Disqus