Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface INugetPushModel

export
interface

INugetPushModel

Hierarchy

  • INugetPushModel

Index

Properties

apiKey

apiKey: string

The API key for the server.

type

{string}

memberof

INugetPushModel

disableBuffering

disableBuffering: boolean

Disable buffering when pushing to an HTTP(S) server to decrease memory usage.

type

{boolean}

memberof

INugetPushModel

echo

echo: boolean

Logs the command we run to the console

type

{boolean}

memberof

INugetPushModel

forceEnglishOutput

forceEnglishOutput: boolean
type

{boolean}

memberof

INugetPushModel

noSymbols

noSymbols: boolean

If a symbols package exists, it will not be pushed to a symbols server.

type

{boolean}

memberof

INugetPushModel

source

source: string

Specifies the server URL

type

{string}

memberof

INugetPushModel

symbolApiKey

symbolApiKey: string

The API key for the symbol server.

type

{string}

memberof

INugetPushModel

symbolsource

symbolsource: string

Specifies the symbol server URL. If not specified, nuget.smbsrc.net is used when pushing to nuget.org

type

{string}

memberof

INugetPushModel

timeout

timeout: number

Specifies the timeout for pushing to a server in seconds. Defaults to 300 seconds (5 minutes)

type

{number}

memberof

INugetPushModel

Generated using TypeDoc