1 implementation of CreateFreshBranchNameSuffix
Microsoft.DotNet.VersionTools (1)
Automation\SingleBranchNamingStrategy.cs (1)
17public string CreateFreshBranchNameSuffix(string upstreamBranchName) => string.Empty;
1 reference to CreateFreshBranchNameSuffix
Microsoft.DotNet.VersionTools (1)
Automation\PullRequestCreator.cs (1)
143namingStrategy.CreateFreshBranchNameSuffix(baseBranch.Name);