FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

SqlPackage.DeployDbArgs Type

Configuration arguments for DacPac deploy

Record fields

Record Field Description

AccessToken

Full Usage: AccessToken

Field type: string

Azure AccessToken

Field type: string

Action

Full Usage: Action

Field type: DeployAction

Type of action to execute. Defaults to Deploy.

Field type: DeployAction

AdditionalSqlPackageProperties

Full Usage: AdditionalSqlPackageProperties

Field type: (string * string) list

Additional configuration parameters required by sqlpackage.exe

Field type: (string * string) list

BlockOnPossibleDataLoss

Full Usage: BlockOnPossibleDataLoss

Field type: bool option

Block deployment if data loss can occur. Defaults to true.

Field type: bool option

Destination

Full Usage: Destination

Field type: string

Path to destination (path to DACPAC or Connection String).

Field type: string

DropObjectsNotInSource

Full Usage: DropObjectsNotInSource

Field type: bool option

Drops objects in the destination that do not exist in the source. Defaults to false.

Field type: bool option

Profile

Full Usage: Profile

Field type: string

Specifies the file path to a DAC Publish Profile. The profile defines a collection of properties and variables to use when generating outputs.

Field type: string

RecreateDb

Full Usage: RecreateDb

Field type: bool option

Recreates the database from scratch on publish (rather than an in-place update). Defaults to false.

Field type: bool option

Source

Full Usage: Source

Field type: string

Path to source (path to DACPAC or Connection String).

Field type: string

SqlPackageToolPath

Full Usage: SqlPackageToolPath

Field type: string

The path to SqlPackage.exe.

Field type: string

Timeout

Full Usage: Timeout

Field type: int option

Timeout for deploy (defaults to 120 seconds).

Field type: int option

Variables

Full Usage: Variables

Field type: (string * string) list

SQLCMD variables

Field type: (string * string) list