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.MinVer.
Summary
Sets the working directory which should be used to run the MinVer tool.
- Assembly
- Cake
.MinVer .dll - Namespace
- Cake
.MinVer - Containing Type
- Min
Ver Settings Extensions
Syntax
public static MinVerSettings FromPath(this MinVerSettings settings, DirectoryPath path)
Parameters
Name | Type | Description |
---|---|---|
settings | MinVerSettings | The settings. |
path | DirectoryPath | Working directory which should be used to run the dotnet minver tool. |
Return Value
Type | Description |
---|---|
MinVerSettings | The settings instance with WorkingDirectory set to path. |