Can I use the PR validation build for release in Azure Devops Server?
We have a branch policy requiring a pull request and validation using a pipeline. This does a merge with master, runs the pipeline to verify the build, and then waits for approval and completion of the pull request. After this occurs, the changes are actually merged into master, the master reference is moved to the new commit, and the build occurs again as part of our CI.