Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICleanModel

export
interface

ICleanModel

Hierarchy

  • ICleanModel

Index

Properties

configuration

configuration: string

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

type

{string}

memberof

ICleanModel

echo

echo: boolean

Log the command to the console

type

{boolean}

memberof

ICleanModel

framework

framework: string

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

type

{string}

memberof

ICleanModel

msbuildArgs

msbuildArgs: string[]

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

type

{Array}

memberof

ICleanModel

output

output: string

Output directory in which to place built artifacts

type

{string}

memberof

ICleanModel

runtime

runtime: string

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

type

{string}

memberof

ICleanModel

verbosity

verbosity: string

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

type

{string}

memberof

ICleanModel

version

version: string

Sets the $(Version) property in msbuild

type

{string}

memberof

ICleanModel

Generated using TypeDoc