Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBuildModel

export
typedef

{IBuildModel}

interface

IBuildModel

Hierarchy

  • IBuildModel

Index

Properties

configuration

configuration: string

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

type

{string}

memberof

IBuildModel

echo

echo: true

Log the command to the console

type

{true}

memberof

IBuildModel

framework

framework: string

Target framework to build for. The target framework has to be specified in the project file.

type

{string}

memberof

IBuildModel

msbuildArgs

msbuildArgs: string[]

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

type

{Array}

memberof

IBuildModel

noDependencies

noDependencies: boolean

Set this flag to ignore project-to-project references and only build the root project

type

{boolean}

memberof

IBuildModel

noIncremental

noIncremental: boolean

Disables incremental build.

type

{boolean}

memberof

IBuildModel

output

output: string

Output directory in which to place built artifacts

type

{string}

memberof

IBuildModel

runtime

runtime: string

Target runtime to build for. The default is to build a portable application.

type

{string}

memberof

IBuildModel

verbosity

verbosity: string

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

type

{string}

memberof

IBuildModel

version

version: string

Sets the $(Version) property in msbuild

type

{string}

memberof

IBuildModel

versionSuffix

versionSuffix: boolean

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

type

{boolean}

memberof

IBuildModel

Generated using TypeDoc