GenericTool Properties | MSBuild Extension Pack Help 4.0.12.0 |
The GenericTool type exposes the following members.
Properties
Name | Description | |
---|---|---|
ErrorExitCodes |
The list of Error Exit Codes
|
|
Executable |
The Executable to call
|
|
LogToConsole |
Set to true to log output to the console. Default is false
|
|
Parameters |
Sets the parameters to pass to the Executable. The parameter should be defined in the 'value' metadata of an Item.
|
|
RealExitCode |
The real exit code returned from the Executable
|
|
SuccessExitCodes |
The list of Success Exit Codes
|
|
WarningExitCodes |
The list of Warning Exit Codes
|
See Also