This is part of the Fake.BuildServer.AppVeyor module.

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

TypeDescription
Environment

AppVeyor environment variables as described

UpdateBuildParams

AppVeyor parameters for update build as described

Functions and values

Function or valueDescription
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