Versions Compared

Key

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

To download Visual Studio: \Tc4s0a\groups\AARA\AARAD\Software Library\Developer Tools\Microsoft

To make changes to the code, follow these steps:

Table of Contents

Clone the repository

  1. Open Azure DevOps.

  2. Select Repos and choose the repository using the dropdown menu in the top bar.

  3. Click Clone.

  4. Copy the link that is shown.

    Image RemovedImage Added
  5. Open Visual Studio and select “Clone a repository”.

  6. Paste the link copied in step 4, into the “Repository location” field.

  7. Click Clone.

...

  1. Make sure you are on the dev branch and then do a pull (to ensure you have the latest code).

  2. Click on the branch dropdown then click New Branch.

    Image RemovedImage Added
  3. Name the branch as follows: feature/PbiNumber-PbiTitle. To be safe, ensure that the new branch is based off of origin/dev (i.e. the remote dev branch, to ensure you have all the latest changes that are in dev).

  4. The bottom-right corner should now show the name of your branch. If not, switch to your feature branch.

...