FAKE.Dotnet


DotnetRestoreOptions

Namespace: Fake
Parent Module: Dotnet

dotnet restore command options

Record Fields

Record FieldDescription
CommonOptions
Signature: DotnetOptions -> DotnetOptions

Common tool options

ConfigFile
Signature: string option

Path to the nuget configuration file (nuget.config).

DisableParallel
Signature: bool

Disables restoring multiple projects in parallel (--disable-parallel)

IgnoreFailedSources
Signature: bool

Only warning failed sources if there are packages meeting version requirement (--ignore-failed-sources)

NoCache
Signature: bool

No cache flag (--no-cache)

NoDependencies
Signature: bool

Set this flag to ignore project to project references and only restore the root project (--no-dependencies)

Packages
Signature: string list

Directory to install packages in (--packages).

Runtime
Signature: string option

Target runtime to restore packages for. (-r|--runtime ).

Source
Signature: string option

Specifies a NuGet package source to use during the restore (-s|--source).

Verbosity
Signature: DotnetVerbosity option

Restore logging verbosity (--verbosity)

Static members

Static memberDescription
Default
Signature: DotnetRestoreOptions

Parameter default values.

CompiledName: get_Default