How do I get VSTS to build each branch into it's own drop folder
I would like to setup my pipeline in release management to use drops from Dev branch and UAT to use drops from master branch but not sure how to set this up as it seems they both write to the one location'drop'
Solution
Refer to these steps below:
Click +Add to add artifacts
Choose Git source type
Specify repository and branch and change Source alias to {repository name}-{branch}