Reputation: 40062
I have trawled the internet to find anything regarding gated check-in builds on Visual Studio Online's new Build vNext platform.
Does anyone know if this feature is supported? I cannot find anything in the build options.
Upvotes: 1
Views: 875
Reputation: 1245
Gated checkins with TFVC and build vNext appear to now be available as of a March 3 2016 update in VSO/VSTS. Source: https://blogs.msdn.microsoft.com/bharry/2016/03/03/tfs-2015-rc2-and-vs-2015-update-2-rc-are-available/
They plan to be coming to on-premises in TFS 2015 Update 2. It's now available in RC2 per: https://blogs.msdn.microsoft.com/bharry/2016/03/03/tfs-2015-rc2-and-vs-2015-update-2-rc-are-available/
Upvotes: 1
Reputation: 1711
Maybe using branch policies can serve your requirement? You will need to configure some policies which will allow you to merge to master only via pull requests, you can also block the merge if the build is unsuccessful.. you can check more details here - http://techtwaddle.net/2015/07/13/branch-policies-in-visual-studio-online/
Upvotes: 1
Reputation: 5010
I'm afraid the answer is No.
Gated builds are not yet available in build.Next, if you want to use it, you need to choose to use XAML builds.
See: https://msdn.microsoft.com/en-us/Library/vs/alm/Build/overview
Upvotes: 2