Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
DacPac
Contains helpers around deploying databases.
Nested types and modules
Type | Description |
DeployAction |
The type of action to execute. |
DeployDbArgs |
Configuration arguments for DacPac deploy |
Module | Description |
PropertyKeys |
Functions and values
Function or value | Description |
defaultDeploymentArgs
Signature: DeployDbArgs
|
The default DacPac deployment arguments. |
deployDb(setParams)
Signature: setParams:(DeployDbArgs -> DeployDbArgs) -> unit
|
Deploys a SQL DacPac or database to another database or DacPac. |
validPaths
Signature: string list
|