Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thepirat000 committed Jan 20, 2025
1 parent 39decfa commit 964bc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/SolutionGenerator/SolutionGenerator/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static class Program
// Args:
// 0: Input sln path
// 1: Filters (comma separated, e.g.: "entityframework,!core,tests")
// Include the filter "tests" to also include the matching test projects, otherwise they will be excluded.
// To include the matching test projects, add the filter "tests", otherwise they will be excluded.
// 2: Output sln path
static void Main(string[] args)
{
Expand Down

0 comments on commit 964bc1a

Please sign in to comment.