/// <summary> /// Returns the list of builds for the branch /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='branch'> /// The branch name /// </param> /// <param name='ownerName'> /// The name of the owner /// </param> /// <param name='appName'> /// The name of the application /// </param> public static IList <Build> ListByBranch(this IBuilds operations, string branch, string ownerName, string appName) { return(operations.ListByBranchAsync(branch, ownerName, appName).GetAwaiter().GetResult()); }