Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRestoreModel

export
interface

IRestoreModel

Hierarchy

  • IRestoreModel

Index

Properties

Optional configfile

configfile: undefined | string

The NuGet configuration file to use

type

{string}

memberof

IRestoreModel

Optional disableParallel

disableParallel: undefined | true | false

Disables restoring multiple projects in parallel.

type

{boolean}

memberof

IRestoreModel

Optional echo

echo: undefined | true | false

Log the command to the console

type

{boolean}

memberof

IRestoreModel

Optional msbuildArgs

msbuildArgs: string[]

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

type

{Array}

memberof

IRestoreModel

Optional noDependencies

noDependencies: undefined | true | false

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

type

{boolean}

memberof

IRestoreModel

Optional noIncremental

noIncremental: undefined | true | false
type

{boolean}

memberof

IRestoreModel

Optional packages

packages: undefined | string

Directory to install packages in.

type

{string}

memberof

IRestoreModel

Optional runtime

runtime: undefined | string

Target runtime to restore packages for

type

{string}

memberof

IRestoreModel

Optional source

source: string[] | string

Specifies a NuGet package source to use during the restore.

type

{(Array | string)}

memberof

IRestoreModel

Optional verbosity

verbosity: undefined | string

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

type

{string}

memberof

IRestoreModel

Optional version

version: undefined | string

Sets the $(Version) property in msbuild

type

{string}

memberof

IRestoreModel

Generated using TypeDoc