Package version:

Interface FactoryVstsConfiguration

Factory's VSTS repo information.

interface FactoryVstsConfiguration {
    accountName: string;
    collaborationBranch: string;
    disablePublish?: boolean;
    lastCommitId?: string;
    projectName: string;
    repositoryName: string;
    rootFolder: string;
    tenantId?: string;
    type: "FactoryVSTSConfiguration";
}

Hierarchy (view full)

Properties

accountName: string

Account name.

collaborationBranch: string

Collaboration branch.

disablePublish?: boolean

Disable manual publish operation in ADF studio to favor automated publish.

lastCommitId?: string

Last commit id.

projectName: string

VSTS project name.

repositoryName: string

Repository name.

rootFolder: string

Root folder.

tenantId?: string

VSTS tenant id.

type

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