4 references to PullRequestServiceType
Microsoft.DotNet.VersionTools.Tasks (4)
SubmitPullRequest.cs (4)
133PullRequestServiceType type; 136string options = string.Join(", ", Enum.GetNames(typeof(PullRequestServiceType))); 149case VersionTools.PullRequestServiceType.GitHub: 153case VersionTools.PullRequestServiceType.Vsts: