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.EntityFrameworkCore.
Summary
Sets the working directory which should be used to run the ef.dll command.
Syntax
public static T FromPath<T>(this T settings, DirectoryPath path) where T : EfCoreToolSettings
Type Parameters
Parameters
Name |
Type |
Description |
settings |
T |
The settings. |
path |
DirectoryPath |
Working directory which should be used to run the ef.dll command. |
Return Value