Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

OBSOLETE

Use Fake.DotNet.NuGet.NuGet instead

NuGetParams

Nuget parameter type

Record Fields

Record FieldDescription
AccessKey
Signature: string
Authors
Signature: string list
BasePath
Signature: string option
Copyright
Signature: string
Dependencies
Signature: NugetDependencies
DependenciesByFramework
Signature: NugetFrameworkDependencies list
Description
Signature: string
Files
Signature: (string * string option * string option) list
FrameworkAssemblies
Signature: NugetFrameworkAssemblyReferences list
IncludeReferencedProjects
Signature: bool
Language
Signature: string
NoDefaultExcludes
Signature: bool
NoPackageAnalysis
Signature: bool
OutputPath
Signature: string
Project
Signature: string
ProjectFile
Signature: string
Properties
Signature: (string * string) list
Publish
Signature: bool
PublishTrials
Signature: int
PublishUrl
Signature: string
References
Signature: NugetReferences
ReferencesByFramework
Signature: NugetFrameworkReferences list
ReleaseNotes
Signature: string
Summary
Signature: string
SymbolAccessKey
Signature: string
SymbolPackage
Signature: NugetSymbolPackage
SymbolPublishUrl
Signature: string
Tags
Signature: string
TimeOut
Signature: TimeSpan
Title
Signature: string
ToolPath
Signature: string
Version
Signature: string
WorkingDir
Signature: string