NAntContrib
Help
Element Reference
GacTaskBase |
v0.85-rc1 |
[This is preliminary documentation and subject to change.]
Base class functionality for the GAC tasks.
Concrete GAC tasks extend this class in order to obtain common functionality.| Attribute | Type | Description | Required |
|---|---|---|---|
| force | bool | Gets or sets a value indicating whether the GAC operation will be forced. | False |
| failonerror | bool | Determines if task failure stops the build, or is just reported. The default is true. | False |
| if | bool | If true then the task will be executed; otherwise, skipped. The default is true. | False |
| timeout | int | The maximum amount of time the application is allowed to execute, expressed in milliseconds. Defaults to no time-out. | False |
| unless | bool | Opposite of if. If false then the task will be executed; otherwise, skipped. The default is false. | False |
| verbose | bool | Determines whether the task should report detailed build log messages. The default is false. | False |
| Attribute | Type | Description | Required |
|---|---|---|---|
| useruntimeengine | bool | Specifies whether the external program should be executed using a runtime engine, if configured. The default is false. | False |
Used to specify reference information when working with the GAC.
The full details of GAC references can be found in the SDK documentation.
| Attribute | Type | Description | Required |
|---|---|---|---|
| if | bool | If true then the entity will be included. The default is true. | False |
| scheme-description | string | The scheme description to use when working with GAC references. This is only relevant if a scheme type other than None is specified. | False |
| scheme-id | string | The scheme ID to use when working with GAC references. This is only relevant if a scheme type other than None is specified. | False |
| scheme-type | SchemeType | The scheme type to use when working with GAC references. The default is None, which means that references will not be used by the GAC task. | False |
| unless | bool | Opposite of if. If false then the entity will be included. The default is false. | False |
Contains a collection of Argument elements.