In TFS2015 I have 2 branches:
Main & Release
Main contains development code and developers are required to merge Main into Release.
We've had a couple of instances recently where devs have not bothered getting latest of Release before performing their merge from Main to Release. This has caused a few headaches as bodged merges have gone in.
Does anyone know of any automated policies that could be put into place that would stop a merge to the target branch unless the dev has the latest version downloaded.
Thanks