DynamicExecute.Outputs Property

MSBuild Extension Pack

DynamicExecuteOutputs Property MSBuild Extension Pack Help 4.0.12.0
Specifies the outputs for Code. Each output has a type and a name.

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

This is an optional parameter for the Define and Run task actions.

This may be set to a string containing a comma-delimited or semicolon-delimited sequence of (type, name) pairs.

Otherwise, each output is represented by a task item. The name of an output is taken from the metadata "Name", if it exists; otherwise, it is the item's identity. The type of an output is taken from the metadata "Type".

See Also

Reference