AssemblyInfo.AssemblyDelaySign Property

MSBuild Extension Pack

AssemblyInfoAssemblyDelaySign Property MSBuild Extension Pack Help 4.0.12.0
Controls delay signing of the assembly.

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

To enable delay signing of the assembly set this property to "true".

When using the MSBuild.ExtensionPack.VersionNumber.Targets file set this using the AssemblyDelaySign property.

Examples

<AssemblyDelaySign>false</AssemblyDelaySign>
See Also

Reference