FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

AppVeyor Module

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.

Types

Type Description

Environment

Exported environment variables during build. See the official documentation for details.

UpdateBuildParams

AppVeyor parameters for update build as described here

Functions and values

Function or value Description

AppVeyor.setVariable name value

Full Usage: AppVeyor.setVariable name value

Parameters:
    name : string - The environment variable name
    value : string - The environment variable value

set given variable name to given value

name : string

The environment variable name

value : string

The environment variable value

AppVeyor.updateBuild setParams

Full Usage: AppVeyor.updateBuild setParams

Parameters:

Update build details

setParams : UpdateBuildParams -> UpdateBuildParams

Override default update build parameters, see UpdateBuildParams