This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Grype.
Summary
Gets the absolute directory that relative paths are resolved against: the settings' working directory
if set, otherwise the Cake working directory.
- Assembly
- Cake
.Grype .dll - Namespace
- Cake
.Grype - Containing Type
- GrypeTool
<TSettings>
Syntax
protected DirectoryPath ResolveWorkingDirectory(TSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | TSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| DirectoryPath | The absolute working directory. |
