Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Jul 20, 2023
1 parent 72df466 commit 44114a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starsky/build/helpers/GetSolutionAllProjects.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public static class GetSolutionAllProjects
public static List<string> GetSolutionAllProjectsList(Solution solution)
{
var slnListOutput =
DotNet($"sln {solution} list", null,
DotNet($"sln {solution.ToString()} list", null,
null, null, false);

var result = new List<string>();
Expand Down

0 comments on commit 44114a5

Please sign in to comment.