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
Set a custom path to the minver.exe file.
- Assembly
- Cake
.MinVer .dll - Namespace
- Cake
.MinVer - Containing Type
- Min
Ver Settings Extensions
Syntax
public static MinVerSettings WithToolPath(this MinVerSettings settings, FilePath toolPath)
Parameters
Name | Type | Description |
---|---|---|
settings | MinVerSettings | The settings. |
toolPath | FilePath | The custom path to the minver.exe file. |
Return Value
Type | Description |
---|---|
MinVerSettings | The settings instance with ToolPath set to toolPath. |