GrypeTool<TSettings>.

ResolveWorkingDirectory(TSettings) Method

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.