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