CommandLine.IgnoreExitCode Property

MSBuild Extension Pack

CommandLineIgnoreExitCode Property MSBuild Extension Pack Help 4.0.12.0
Gets or sets a value indicating whether to ignore the command exit code. If true, the task ignores the exit code provided by the executed command. Otherwise, the task returns false if the executed command returns an exit code that does not match SuccessExitCode.

Namespace: MSBuild.ExtensionPack.Framework
Assembly: MSBuild.ExtensionPack (in MSBuild.ExtensionPack.dll) Version: 4.0.0.0
Remarks

Exec Equivalent: IgnoreExitCode
See Also

Reference