public string GetBuildName()
        {
            var projectName = Path.GetFileName(_newBuild.ProjectLocation)?
                              .Replace(".", "")
                              .Replace("LoginVsi", "");

            return(_branchState.GetBuildName(projectName));
        }
 public string GetBuildName() => _branchState.GetBuildName(_newBuild.Name + "TSClient");
 public string GetBuildName() => _branchState.GetBuildName(_newBuild.Name);