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.')

HockeyAppUploadParams

The HockeyApp parameter type Based on http://support.hockeyapp.net/kb/api/api-apps#upload-app

Record Fields

Record FieldDescription
ApiToken
Signature: string

(Required) API token

AppId
Signature: string

Set to your App Id (required for UWP apps targeting windows phone)

BuildServerUrl
Signature: string

Set to the URL of the build job on your build server

CommitSHA
Signature: string

Set to the git commit sha for this build

DownloadStatus
Signature: DownloadStatusOption

Release download status (can only be set with full-access tokens)

Dsym
Signature: string

file data for dsym (IOS: *.dysm.zip or Android: mapping.txt)

File
Signature: string

(Required) file data for the build (.ipa or .apk)

Mandatory
Signature: MandatoryOption

Set version as mandatory

Notes
Signature: string

Release notes for the build

NotesType
Signature: NoteType

Release notes type for the build

Notify
Signature: NotifyOption

Set the notify option

OwnerId
Signature: string

Set the owner of the app

Private
Signature: bool

Set to true to enable the private download page (default is false)

ReleaseType
Signature: ReleaseType

Set the release type of the app

RepositoryUrl
Signature: string

Set to your source repository

Teams
Signature: string []

Restrict download to specific teams

UploadTimeout
Signature: TimeSpan

Set maximum upload delay

VersionId
Signature: string

When uploading a build, specify to which version (hockeyapp version id)