Do you know the minimum builds to create on any branch?
- by Martin Hinshelwood
You should always have three builds on your team project. These should be setup and tested using an empty solution before you write any code at all. Figure: Three builds named in the format [TeamProject].[AreaPath]_[Branch].[Gate|CI|Nightly] for every branch. These builds should use the same XAML build workflow; however you may set…