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
OBSOLETE
Use Fake.Api.HockeyApp instead (open Fake.Api and use 'HockeyApp.')
BaseHockeyAppParams
Instance members
Instance member | Description |
x.ApiToken
Signature: string
Modifiers: abstract |
(Required) API token |
x.AppId
Signature: string
Modifiers: abstract |
Set to your App Id (required for UWP apps targeting windows phone) |
x.UploadTimeout
Signature: TimeSpan
Modifiers: abstract |
Set maximum upload delay |