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

WebJobs.WebJob Type

WebJob type

Record fields

Record Field Description

DirectoryToPackage

Full Usage: DirectoryToPackage

Field type: string

The directory path of the webjob to zip

Field type: string

JobType

Full Usage: JobType

Field type: WebJobType

Specifies what type of webjob this is. Note that this also determines it's deployment location on Azure

Field type: WebJobType

Name

Full Usage: Name

Field type: string

The name of the web job, this will also be the name out of zip file.

Field type: string

PackageLocation

Full Usage: PackageLocation

Field type: string

The package path to once zipped

Field type: string

Project

Full Usage: Project

Field type: string

The project to be zipped and deployed as a webjob

Field type: string