CreateAuditTriggers msbuild task

The CreateAuditTriggers lets developers programatically create K2B Audit triggers for the currently open knowledge base. It is used to automate tests or continous integration processes.

    <CreateAuditTriggers />
The task generates all code required to create the triggers. It also executes the generated code (actually creating the triggers in the data base) if the Execute Create Triggers code preference is set on.

The task is defined in K2BAudit.Tasks.targets.