Configuration to use for building the project. Default for most projects is "Debug"
Log the command to the console
Include PDBs and source files. Source files go into the src folder in the resulting nuget package
Include packages with symbols in addition to regular packages in output directory.
Any extra options that should be passed to MSBuild. See dotnet msbuild -h for available options
Skip building the project prior to packing. By default, the project will be built.
Set this flag to ignore project to project references and only restore the root project.
Does not do an implicit restore when executing the command.
Directory in which to place built packages.
Set the serviceable flag in the package. For more information, please see https?://aka.ms/nupkgservicing
sets the console verbosity. valid values?: 'quiet', 'minimal', 'normal', 'detailed', 'diagnostic'
Sets the $(Version) property in msbuild
Defines the value for the $(VersionSuffix) property in the project.
Generated using TypeDoc
IPackModel