UnionMerge Property

TFS Build Extensions

Collapse imageExpand ImageCopy imageCopyHover image
When this is true, then types with the same name are all merged into a single type in the target assembly. The single type is the union of all of the individual

types in the input assemblies: it contains all of the members from each of the corresponding types in the input assemblies. It cannot be specified at the same time as /allowDup.

Command line option: /union

Default: false

Namespace: TfsBuildExtensions.Activities.Framework
Assembly: TfsBuildExtensions.Activities.ILMerge (in TfsBuildExtensions.Activities.ILMerge.dll) Version: 1.0.0.0 (1.0.0.6)

See Also