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

DotNet.VersionOptions Type

dotnet --version command options

Record fields

Record Field Description

Common

Full Usage: Common

Field type: Options

Common tool options

Field type: Options

Instance members

Instance member Description

this.Environment

Full Usage: this.Environment

Returns: Map<string, string>

Gets the current environment

Returns: Map<string, string>

this.WithCommon

Full Usage: this.WithCommon

Parameters:
Returns: VersionOptions
Modifiers: inline

Changes the "Common" properties according to the given function

f : Options -> Options
Returns: VersionOptions

this.WithEnvironment

Full Usage: this.WithEnvironment

Parameters:
    map : Map<string, string>

Returns: VersionOptions

Sets the current environment variables.

map : Map<string, string>
Returns: VersionOptions

this.WithRedirectOutput

Full Usage: this.WithRedirectOutput

Parameters:
    shouldRedirect : bool

Returns: VersionOptions

Sets a value indicating whether the output for the given process is redirected.

shouldRedirect : bool
Returns: VersionOptions

Static members

Static member Description

VersionOptions.Create()

Full Usage: VersionOptions.Create()

Returns: VersionOptions

Parameter default values.

Returns: VersionOptions