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

nuget push parameters for dotnet nuget push

Record fields

Record Field Description

Common

Full Usage: Common

Field type: Options
Field type: Options

PushParams

Full Usage: PushParams

Field type: NuGetPushParams
Field type: NuGetPushParams

Instance members

Instance member Description

this.WithCommon

Full Usage: this.WithCommon

Parameters:
Returns: NuGetPushOptions
common : Options
Returns: NuGetPushOptions

this.WithPushParams

Full Usage: this.WithPushParams

Parameters:
Returns: NuGetPushOptions
options : NuGetPushParams
Returns: NuGetPushOptions

Static members

Static member Description

NuGetPushOptions.Create()

Full Usage: NuGetPushOptions.Create()

Returns: NuGetPushOptions
Returns: NuGetPushOptions