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

CloudServices.PackageCloudServiceParams Type

Configuration details for packaging cloud services.

Record fields

Record Field Description

CloudService

Full Usage: CloudService

Field type: string

The name of the Cloud Service.

Field type: string

OutputPath

Full Usage: OutputPath

Field type: string option

The output path for the .cspkg.

Field type: string option

SdkVersion

Full Usage: SdkVersion

Field type: float option

The SDK version to use e.g. 2.2. If None, the latest available version is used.

Field type: float option

WorkerRole

Full Usage: WorkerRole

Field type: string

The name of the role in the service.

Field type: string