Summary
Gets or sets the path type for the test command.
When set to
Auto, the path type will be automatically detected based on the file extension.
When set to Project, the path will be treated as a project file.
When set to Solution, the path will be treated as a solution file.
This is particularly useful for .NET 10+ where explicit --project or --solution parameters are required.
- Namespace
- Cake
.Common .Tools .DotNet .Test - Containing Type
- DotNetTestSettings
Syntax
public DotNetTestPathType PathType { get; set; }
Value
| Type | Description |
|---|---|
| DotNetTestPathType |
