Summary
Runs VSWhere with supplied arguments and parses installation paths.
- Namespace
- Cake
.Common .Tools .VSWhere - Containing Type
- VSWhereTool
<TSettings>
Syntax
protected DirectoryPathCollection RunVSWhere(TSettings settings, ProcessArgumentBuilder builder)
Parameters
Name | Type | Description |
---|---|---|
settings | TSettings | The settings. |
builder | Process |
The process argument builder. |
Return Value
Type | Description |
---|---|
Directory |
The parsed file paths. |