1 write to Login
Microsoft.DotNet.VersionTools (1)
Automation\VstsApi\VstsAdapterClient.cs (1)
221Login = o["createdBy"]["id"].Value<string>()
2 references to Login
Microsoft.DotNet.VersionTools (2)
Automation\PullRequestCreator.cs (2)
231if (pr.Head.User.Login != origin.Owner && !options.AllowBranchOnAnyRepoOwner) 233return $"Owner of head repo '{pr.Head.User.Login}' is not '{origin.Owner}'";