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

Paket.PaketPushParams Type

Paket push parameter type

Record fields

Record Field Description

ApiKey

Full Usage: ApiKey

Field type: string

API key for the URL (default: value of the NUGET_KEY environment variable)

Field type: string

DegreeOfParallelism

Full Usage: DegreeOfParallelism

Field type: int

the number of parallel processes to use

Field type: int

EndPoint

Full Usage: EndPoint

Field type: string

API endpoint to push to (default: /api/v2/package)

Field type: string

IgnoreConflicts

Full Usage: IgnoreConflicts

Field type: bool

Ignore any HTTP409 (Conflict) errors and treat as success (default: false)

Field type: bool

PublishUrl

Full Usage: PublishUrl

Field type: string

URL of the NuGet feed

Field type: string

TimeOut

Full Usage: TimeOut

Field type: TimeSpan

The timeout for the toll commands execution

Field type: TimeSpan

ToolPath

Full Usage: ToolPath

Field type: string

paket tool path

Field type: string

ToolType

Full Usage: ToolType

Field type: ToolType

The kind of application ToolPath references

Field type: ToolType

WorkingDir

Full Usage: WorkingDir

Field type: string

the directory to execute command in

Field type: string