DotNetPackOptions
Namespace: Fake
Parent Module: Dotnet
dotnet pack command options
Record Fields
| Record Field | Description |
BuildBasePath
Signature: string option
|
Build base path (--build-base-path) |
CommonOptions
Signature: DotnetOptions -> DotnetOptions
|
Common tool options |
Configuration
Signature: BuildConfiguration
|
Pack configuration (--configuration) |
IncludeSource
Signature: bool
|
Include PDBs and source files. Source files go into the src folder in the resulting nuget package (--include-source) |
IncludeSymbols
Signature: bool
|
Include packages with symbols in addition to regular packages in output directory (--include-symbols) |
NoBuild
Signature: bool
|
No build flag (--no-build) |
OutputPath
Signature: string option
|
Output path (--output) |
Serviceable
Signature: bool
|
Set the serviceable flag in the package. For more information, please see https://aka.ms/nupkgservicing (-s|--serviceable) |
Verbosity
Signature: DotnetVerbosity option
|
Set the verbosity level of the command. (--verbosity) |
VersionSuffix
Signature: string option
|
Defines the value for the $(VersionSuffix) property in the project |
Static members
| Static member | Description |
Default
Signature: DotNetPackOptions
|
Parameter default values. CompiledName: |