Brett Styles
Brett Styles

Reputation: 135

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'

Upvotes: 0

Views: 41

Answers (1)

starian chen-MSFT
starian chen-MSFT

Reputation: 33698

Refer to these steps below:

  1. Click +Add to add artifacts
  2. Choose Git source type
  3. Specify repository and branch and change Source alias to {repository name}-{branch}
  4. Repeat 1-3 to add another branch

Upvotes: 1

Related Questions