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
(GitToolsGH-495) Create a template used when a milestone does not have any associated issues AND the developer has indicated they want to allow milestones without issues.
varresult=awaitreleaseNotesBuilder.BuildReleaseNotesAsync("GitTools","GitReleaseManager","0.12.0",string.Empty).ConfigureAwait(false);// 0.12.0 contains a mix of issues and PRs
83
+
Debug.WriteLine(result);
84
+
ClipBoardHelper.SetClipboard(result);
85
+
}
86
+
}
87
+
88
+
[Test]
89
+
[Explicit]
90
+
publicasyncTaskMilestoneWithoutIssues()
91
+
{
92
+
if(string.IsNullOrWhiteSpace(_token))
93
+
{
94
+
Assert.Inconclusive("Unable to locate credentials for accessing GitHub API");
varresult=awaitreleaseNotesBuilder.BuildReleaseNotesAsync("GitTools","GitReleaseManager","0.12.0",templatePath).ConfigureAwait(false);// 0.12.0 contains a mix of issues and PRs
108
+
varresult=awaitreleaseNotesBuilder.BuildReleaseNotesAsync("jericho","_testing","0.1.0",string.Empty).ConfigureAwait(false);// There are no issues associated with milestone 0.1.0 in my testing repo.
0 commit comments