You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varlogMessage=string.Format("No closed issues have been found for milestone {0}, or all assigned issues are meant to be excluded from release notes, aborting creation of release.",_milestoneTitle);
63
+
varlogMessage=string.Format(CultureInfo.InvariantCulture,"No closed issues have been found for milestone {0}, or all assigned issues are meant to be excluded from release notes, aborting creation of release.",_milestoneTitle);
0 commit comments