Setting up the Gated Check-in option in Visual Studio Online

I added a Visual Studio project to Visual Studio Online at sitename.visualstudio.com . How to enable gated assembly for all checks in the Visual Studio Online web access portal? Do we have the opportunity to send the code for viewing to the web access portal Visual Studio Online? Where can i find this?

+6
source share
1 answer

To configure Gated Checkin, you first need to create a TFS assembly, and on the Trigger tab, set it to Gated Build.

To view the code, you can create it in the "My work" section in Team Explorer (in Visual Studio).

+9
source

All Articles