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
WebJob
WebJob type
Record Fields
Record Field | Description |
DirectoryToPackage
Signature: string
|
The directory path of the webjob to zip |
JobType
Signature: WebJobType
|
Specifies what type of webjob this is. Note that this also determines it's deployment location on Azure |
Name
Signature: string
|
The name of the web job, this will also be the name out of zip file. |
PackageLocation
Signature: string
|
The package path to once zipped |
Project
Signature: string
|
The project to be zipped and deployed as a webjob |