ExecuteAuditedDbInitializationScript msbuild task

The ExecuteAuditedDbInitializationScript lets developers programatically change the value of Execute Audited Database initialization script preference. It is used to automate tests or continous integration processes.

    <ExecuteAuditedDbInitializationScript Value="false"/>

The Value parameter can have any of the values the Execute Audited Database initialization script preference supports.

The task is defined in K2BAudit.Tasks.targets.