MinVerSettings.

NoFallback Property

Summary

By default, MinVer is executed as a local tool first(*) and, in case of error, fallback to global tool(*) Set NoFallback to to disable the fallback in case of an error (*) Unless PreferGlobalTool is set to , in which case MinVer is executed as a global tool first and, in case of an error, fallback to local tool Local tool = `dotnet minver` Global tool = `minver`
Assembly
Cake.MinVer.dll
Namespace
Cake.MinVer
Containing Type
MinVerSettings

Syntax

public Nullable<bool> NoFallback { get; set; }

Value

Type Description
Nullable<bool>