I have feature branch feature/feature1 and dev branch. I created a branch policy for dev branch where I have selected a build definition.
When I initiate a pull request from feature/feature1 to dev does it merge the 2 branches and then does the build? Or does it just build feature/feature1?
* [new branch] dev -> origin/dev
* [new branch] feature/feature2 -> origin/feature/feature2
* [new branch] feature/test -> origin/feature/test
* [new branch] master -> origin/master
* [new branch] release/release-1 -> origin/release/release-1
* [new branch] release/release-2 -> origin/release/release-2
* [new ref] refs/pull/37/merge -> pull/37/merge
##[command]git checkout --progress --force refs/remotes/pull/37/merge
Note: checking out 'refs/remotes/pull/37/merge'.