We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9267436 commit f419d40Copy full SHA for f419d40
docs/03-common/07-solution-project-model.md
@@ -34,7 +34,7 @@ With an instance of the `Solution` type you can **read and write the solution**
34
```csharp
35
// Gather projects
36
var globalToolProject = Solution.GetProject("Nuke.GlobalTool");
37
-var testProjects = Solution.GetProjects("*.Tests");
+var testProjects = Solution.GetAllProjects("*.Tests");
38
39
// Gather all solution items
40
var allItems = Solution.AllSolutionFolders.SelectMany(x => x.Items);
0 commit comments