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