Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPublishModel

export
interface

IPublishModel

Hierarchy

  • IPublishModel

Index

Properties

configuration

configuration: string

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

type

{string}

memberof

IPublishModel

echo

echo: boolean

Log the command to the console

type

{boolean}

memberof

IPublishModel

framework

framework: string

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

type

{string}

memberof

IPublishModel

msbuildArgs

msbuildArgs: string[]

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

type

{Array}

memberof

IPublishModel

output

output: string

Output directory in which to place built artifacts

type

{string}

memberof

IPublishModel

runtime

runtime: string

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

type

{string}

memberof

IPublishModel

verbosity

verbosity: string

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

type

{string}

memberof

IPublishModel

version

version: string

Sets the $(Version) property in msbuild

type

{string}

memberof

IPublishModel

versionSuffix

versionSuffix: string

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

type

{string}

memberof

IPublishModel

Generated using TypeDoc