RepositoryReference interface

描述一个由流水线引用的仓库,可能需要跨仓库重新布线的映射。 当管道状态为NeedsMappings时,会出现在RequiredMappings中。

属性

repositoryId

如果可以解析,那就是AzDO仓库的GUID。

repositoryName

YAML中引用的仓库名称(例如“MyProject/TemplatesRepo”)。

repositoryType

仓库类型是YAML中声明的(例如“git”、“github”)。

属性详细信息

repositoryId

如果可以解析,那就是AzDO仓库的GUID。

repositoryId: string

属性值

string

repositoryName

YAML中引用的仓库名称(例如“MyProject/TemplatesRepo”)。

repositoryName: string

属性值

string

repositoryType

仓库类型是YAML中声明的(例如“git”、“github”)。

repositoryType: string

属性值

string