Package version:

Interface FactoryRepoConfiguration

Factory's git repo information.

interface FactoryRepoConfiguration {
    accountName: string;
    collaborationBranch: string;
    disablePublish?: boolean;
    lastCommitId?: string;
    repositoryName: string;
    rootFolder: string;
    type: "FactoryVSTSConfiguration" | "FactoryGitHubConfiguration";
}

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.

repositoryName: string

Repository name.

rootFolder: string

Root folder.

type: "FactoryVSTSConfiguration" | "FactoryGitHubConfiguration"

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