FAKE - F# Make


RestoreParams

DotNet restore parameters

Record Fields

Record FieldDescription
AdditionalArgs
Signature: string list

Additional Args

DisableParallel
Signature: bool
NoCache
Signature: bool

Whether to use the NuGet cache.

Project
Signature: string

Project (optional).

TimeOut
Signature: TimeSpan

A timeout for the command.

ToolPath
Signature: string

ToolPath - usually just "dotnet"

WorkingDir
Signature: string

Working directory (optional).

Fork me on GitHub