interface CodeRepositoryReference {
    repositoryReference?: { [key: string]: ReleaseManagementInputValue };
    systemType?: PullRequestSystemType;
}

Properties

repositoryReference?: { [key: string]: ReleaseManagementInputValue }

Gets and sets the repository references.

It can have value as ‘GitHub’, ‘Vsts’.