Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRestoreModel

export
interface

IRestoreModel

Hierarchy

  • IRestoreModel

Index

Properties

configfile

configfile: string

The NuGet configuration file to use

type

{string}

memberof

IRestoreModel

disableParallel

disableParallel: boolean

Disables restoring multiple projects in parallel.

type

{boolean}

memberof

IRestoreModel

echo

echo: boolean

Log the command to the console

type

{boolean}

memberof

IRestoreModel

msbuildArgs

msbuildArgs: string[]

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

type

{Array}

memberof

IRestoreModel

noDependencies

noDependencies: boolean

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

type

{boolean}

memberof

IRestoreModel

noIncremental

noIncremental: boolean
type

{boolean}

memberof

IRestoreModel

packages

packages: string

Directory to install packages in.

type

{string}

memberof

IRestoreModel

runtime

runtime: string

Target runtime to restore packages for

type

{string}

memberof

IRestoreModel

source

source: string[] | string

Specifies a NuGet package source to use during the restore.

type

{(Array | string)}

memberof

IRestoreModel

verbosity

verbosity: string

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

type

{string}

memberof

IRestoreModel

version

version: string

Sets the $(Version) property in msbuild

type

{string}

memberof

IRestoreModel

Generated using TypeDoc