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.MSBuildOptions Type

dotnet restore command options

Record fields

Record Field Description

Common

Full Usage: Common

Field type: Options

Common tool options

Field type: Options

MSBuildParams

Full Usage: MSBuildParams

Field type: CliArguments

MSBuild parameters

Field type: CliArguments

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: MSBuildOptions
Modifiers: inline

Changes the "Common" properties according to the given function

f : Options -> Options
Returns: MSBuildOptions

this.WithEnvironment

Full Usage: this.WithEnvironment

Parameters:
    map : Map<string, string>

Returns: MSBuildOptions

Sets the current environment variables.

map : Map<string, string>
Returns: MSBuildOptions

this.WithMSBuildParams

Full Usage: this.WithMSBuildParams

Parameters:
Returns: MSBuildOptions
Modifiers: inline

Changes the "MSBuildParams" properties according to the given function

f : CliArguments -> CliArguments
Returns: MSBuildOptions

this.WithRedirectOutput

Full Usage: this.WithRedirectOutput

Parameters:
    shouldRedirect : bool

Returns: MSBuildOptions

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

shouldRedirect : bool
Returns: MSBuildOptions

Static members

Static member Description

MSBuildOptions.Create()

Full Usage: MSBuildOptions.Create()

Returns: MSBuildOptions

Parameter default values.

Returns: MSBuildOptions