Package version:

Base properties for updating any task step.

interface TaskStepUpdateParameters {
    contextAccessToken?: string;
    contextPath?: string;
    type: "Docker" | "FileTask" | "EncodedTask";
}

Hierarchy (view full)

Properties

contextAccessToken?: string

The token (git PAT or SAS token of storage account blob) associated with the context for a step.

contextPath?: string

The URL(absolute or relative) of the source context for the task step.

type: "Docker" | "FileTask" | "EncodedTask"

Polymorphic discriminator, which specifies the different types this object can be