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 |
Functions and values
Function or value | Description |
Full Usage:
AppVeyor.setVariable name value
Parameters:
string
-
The environment variable name
value : string
-
The environment variable value
|
|
Full Usage:
AppVeyor.updateBuild setParams
Parameters:
UpdateBuildParams -> UpdateBuildParams
-
Override default update build parameters, see UpdateBuildParams
|
|