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
AppVeyor
native support for AppVeyor specific APIs. The general documentation on how to use CI server integration can be found here. This module does not provide any special APIs please use FAKE APIs and they should integrate into this CI server. If some integration is not working as expected or you have features you would like to use directly please open an issue.
Nested types and modules
Type | Description |
Environment |
AppVeyor environment variables as described |
UpdateBuildParams |
AppVeyor parameters for update build as described |
Functions and values
Function or value | Description |
AppVeyor.defaultTraceListener
Signature: ITraceListener
|
|
AppVeyor.detect()
Signature: unit -> bool
|
|
AppVeyor.install(force)
Signature: force:bool -> unit
|
|
AppVeyor.Installer
Signature: BuildServerInstaller
|
|
AppVeyor.setVariable name value
Signature: name:string -> value:string -> unit
|
|
AppVeyor.updateBuild(setParams)
Signature: setParams:(UpdateBuildParams -> UpdateBuildParams) -> unit
|
Update build details |