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

GitVersion Module

The GitVersion module contains tasks to interact with GitVersion tool

Types

Type Description

GitVersionParams

The parameters for GitVersion tool

GitVersionProperties

The arguments to pass to GitVersion tool

Functions and values

Function or value Description

GitVersion.generateProperties setParams

Full Usage: GitVersion.generateProperties setParams

Parameters:
Returns: GitVersionProperties

Runs GitVersion on a .NET project file.

setParams : GitVersionParams -> GitVersionParams

Function used to manipulate the GitVersionDefaults value.

Returns: GitVersionProperties
Example


 generateProperties id // Use Defaults
 generateProperties (fun p -> { p with ToolPath = "/path/to/directory" }