KeyFile Property

TFS Build Extensions

Collapse imageExpand ImageCopy imageCopyHover image
When this is set before calling Merge, it specifies the path and filename to a .snk file. The target assembly will be signed with its contents and will

then have a strong name. It can be used with the DelaySign property (Section 2.9) to have the target assembly delay signed.

This can be done even if the primary assembly was fully signed.

Command line option: /keyfile:filename

Default: null

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

See Also