NAnt SDK Documentation - v0.92

JscTask.SupportsDelaySign Property

Indicates whether the compiler for a given target framework supports the "delaysign" option. The default is false.

[Visual Basic]
Overrides Public Property SupportsDelaySign As Boolean
[C#]
public override bool SupportsDelaySign {get; set;}

Property Value

false.

Remarks

Override to avoid exposing this to build authors, as the JScript.NET does not support this.

See Also

JscTask Class | NAnt.DotNet.Tasks Namespace