Skip to content

Commit

Permalink
Documentation updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
faithlifebuildbot committed Jun 6, 2024
1 parent c61e6c4 commit d109502
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions Faithlife.Build/DotNetTestSettings.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public sealed class DotNetTestSettings
| [DotNetTestSettings](DotNetTestSettings/DotNetTestSettings.md)() | The default constructor. |
| [FindAssemblies](DotNetTestSettings/FindAssemblies.md) { get; set; } | Called to find the test assemblies. |
| [FindProjects](DotNetTestSettings/FindProjects.md) { getset; } | Called to find the projects to test. |
| [GetLogger](DotNetTestSettings/GetLogger.md) { getset; } | Get the logger for the specified project. |
| [RunTests](DotNetTestSettings/RunTests.md) { getset; } | Called to run tests on the specified solution, project, or assembly. |
| [UseParallel](DotNetTestSettings/UseParallel.md) { getset; } | True to run tests on multiple projects or assemblies in parallel. |
| [Clone](DotNetTestSettings/Clone.md)() | Clones the settings. |
Expand Down
14 changes: 14 additions & 0 deletions Faithlife.Build/DotNetTestSettings/GetLogger.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# DotNetTestSettings.GetLogger property

Get the logger for the specified project.

```csharp
public Func<string?, string?>? GetLogger { get; set; }
```

## See Also

* class [DotNetTestSettings](../DotNetTestSettings.md)
* namespace [Faithlife.Build](../../Faithlife.Build.md)

<!-- DO NOT EDIT: generated by xmldocmd for Faithlife.Build.dll -->

0 comments on commit d109502

Please sign in to comment.