jetbrains.buildServer.configs.kotlin.v10.buildSteps / NuGetPublishStep

NuGetPublishStep

open class NuGetPublishStep : BuildStep

A NuGet publish step to run nuget push command

See Also

nuGetPublish

Constructors

<init>

NuGetPublishStep(init: NuGetPublishStep.() -> Unit = {}, base: NuGetPublishStep? = null)

Properties

apiKey

var apiKey: String?

Specify the API key to access a NuGet packages feed.

args

var args: String?

Enter additional parameters to use when calling nuget push command.

packages

var packages: String?

A newline-separated list of NuGet package files (.nupkg) to push to the NuGet feed.

serverUrl

var serverUrl: String?

Specify the NuGet packages feed URL to push packages to.

toolPath

var toolPath: String?

Specify path to NuGet.exe.

Inherited Properties

conditions

var conditions: BuildStepConditions

Optional collection of build step execution conditions

enabled

var enabled: Boolean

Specifies whether the step is enabled

executionMode

var executionMode: ExecutionMode

Build step execution mode

id

var id: String?

Id of the step, if not specified will be generated

name

var name: String

Build step name

type

var type: String

Build step type

Inherited Functions

conditions

fun conditions(base: BuildStepConditions? = null, init: BuildStepConditions.() -> Unit = {}): Unit

Configures build step conditions