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

NuGetPushParams Type

dotnet nuget push command options

Record fields

Record Field Description

ApiKey

Full Usage: ApiKey

Field type: string option

The API key for the server

Field type: string option

DisableBuffering

Full Usage: DisableBuffering

Field type: bool

Disables buffering when pushing to an HTTP(S) server to reduce memory usage.

Field type: bool

NoServiceEndpoint

Full Usage: NoServiceEndpoint

Field type: bool

Doesn't append "api/v2/package" to the source URL.

Field type: bool

NoSymbols

Full Usage: NoSymbols

Field type: bool

Doesn't push symbols (even if present).

Field type: bool

PushTrials

Full Usage: PushTrials

Field type: int

Number of times to retry pushing the package

Field type: int

Source

Full Usage: Source

Field type: string option

Specifies the server URL. This option is required unless DefaultPushSource config value is set in the NuGet config file.

Field type: string option

SymbolApiKey

Full Usage: SymbolApiKey

Field type: string option

The API key for the symbol server.

Field type: string option

SymbolSource

Full Usage: SymbolSource

Field type: string option

Specifies the symbol server URL.

Field type: string option

Timeout

Full Usage: Timeout

Field type: TimeSpan option

Specifies the timeout for pushing to a server.

Field type: TimeSpan option

Static members

Static member Description

NuGetPushParams.Create()

Full Usage: NuGetPushParams.Create()

Returns: NuGetPushParams
Returns: NuGetPushParams