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
By default, MinVer is executed as a local tool first and, in case of error, fallback(*) to global tool
Set
PreferGlobalTool
to
to execute MinVer as global tool first and,
in case of an error, fallback(*) to local tool
(*) Unless the fallback is disabled via NoFallback
Local tool = `dotnet minver`
Global tool = `minver`
- Assembly
- Cake
.MinVer .dll - Namespace
- Cake
.MinVer - Containing Type
- MinVerSettings
Syntax
public Nullable<bool> PreferGlobalTool { get; set; }
Value
Type | Description |
---|---|
Nullable |