Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPackModel

export
interface

IPackModel

Hierarchy

  • IPackModel

Index

Properties

configuration

configuration: string

Configuration to use for building the project. Default for most projects is "Debug"

type

{string}

memberof

IPackModel

echo

echo: boolean

Log the command to the console

type

{boolean}

memberof

IPackModel

includeSource

includeSource: boolean

Include PDBs and source files. Source files go into the src folder in the resulting nuget package

type

{boolean}

memberof

IPackModel

includeSymbols

includeSymbols: boolean

Include packages with symbols in addition to regular packages in output directory.

type

{boolean}

memberof

IPackModel

msbuildArgs

msbuildArgs: string[]

Any extra options that should be passed to MSBuild. See dotnet msbuild -h for available options

type

{Array}

memberof

IPackModel

noBuild

noBuild: boolean

Skip building the project prior to packing. By default, the project will be built.

type

{boolean}

memberof

IPackModel

noDependencies

noDependencies: boolean

Set this flag to ignore project to project references and only restore the root project.

type

{boolean}

memberof

IPackModel

noRestore

noRestore: boolean

Does not do an implicit restore when executing the command.

type

{boolean}

memberof

IPackModel

output

output: string

Directory in which to place built packages.

type

{string}

memberof

IPackModel

serviceable

serviceable: boolean

Set the serviceable flag in the package. For more information, please see https://aka.ms/nupkgservicing

type

{boolean}

memberof

IPackModel

verbosity

verbosity: string

sets the console verbosity. valid values: 'quiet', 'minimal', 'normal', 'detailed', 'diagnostic'

type

{string}

memberof

IPackModel

version

version: string

Sets the $(Version) property in msbuild

type

{string}

memberof

IPackModel

versionSuffix

versionSuffix: string

Defines the value for the $(VersionSuffix) property in the project.

type

{string}

memberof

IPackModel

Generated using TypeDoc