Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration 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 |