2 implementations of CreateGitRemoteUrl
Microsoft.DotNet.VersionTools (2)
Automation\GitHubApi\GitHubClient.cs (1)
420public string CreateGitRemoteUrl(GitHubProject project) => $"github.com/{project.Segments}.git";
Automation\VstsApi\VstsAdapterClient.cs (1)
376public string CreateGitRemoteUrl(GitHubProject project) =>
1 reference to CreateGitRemoteUrl
Microsoft.DotNet.VersionTools (1)
Automation\PullRequestCreator.cs (1)
258string remoteUrl = client.CreateGitRemoteUrl(branch.Project);