ToolTask.ExitCodeOverriddenToIndicateErrors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True when ExitCode was overridden from 0 to -1 because the task logged errors despite the tool reporting success (exit code 0).
protected:
property bool ExitCodeOverriddenToIndicateErrors { bool get(); };
protected bool ExitCodeOverriddenToIndicateErrors { get; }
member this.ExitCodeOverriddenToIndicateErrors : bool
Protected ReadOnly Property ExitCodeOverriddenToIndicateErrors As Boolean