Skip to content

Commit

Permalink
improvement - sorting results
Browse files Browse the repository at this point in the history
  • Loading branch information
moljac committed Nov 17, 2024
1 parent 3329d18 commit 9f051d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utilities.cake
Original file line number Diff line number Diff line change
Expand Up @@ -1508,6 +1508,9 @@ Task("generate-markdown-publish-log")
row++;
}
packages_published.Sort();
packages_rejected.Sort();
string dump_packages_published = string.Join($"{Environment.NewLine}", packages_published);
string dump_packages_rejected = string.Join($"{Environment.NewLine}", packages_rejected);
Expand Down

0 comments on commit 9f051d5

Please sign in to comment.