My team uses the VSTS build and release mechanism, combined with the security settings for branching the request request, so that code can only be merged when the transfer request is complete.
We are faced with something odd, because when a pull request is created (and an assembly is created to confirm the commit), the completion of this assembly caused by the pull request also indirectly triggers the release because we have a release.
This in itself is probably normal, but then the extraction request is also βcompletedβ, another build and release cycle takes place!
Is there a way to make VSTS release triggers fire only when the pull request is complete and combined with the release branch?
Thank!
source
share