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
This should no longer be required (use 'Fake.BuildServer.AppVeyor').
UpdateBuildParams
AppVeyor parameters for update build as described
Record Fields
Record Field | Description |
AuthorEmail
Signature: string
|
Commit author email address |
AuthorName
Signature: string
|
Commit author name |
CommitId
Signature: string
|
Commit hash |
Committed
Signature: DateTime option
|
Commit date |
CommitterEmail
Signature: string
|
Committer email address |
CommitterName
Signature: string
|
Committer name |
Message
Signature: string
|
Commit message |
Version
Signature: string
|
Build version; must be unique for the current project |