RepositoryMapping interface
Maps an AzDO repository to its GitHub counterpart for cross-repo pipeline rewiring. Used when a pipeline references templates or resources from another AzDO repo that has been (or will be) migrated to GitHub.
Properties
| source |
The AzDO repository GUID of the source repository. |
| target |
The GitHub target repository in "owner/repo" format. |
Property Details
sourceRepositoryId
The AzDO repository GUID of the source repository.
sourceRepositoryId: string
Property Value
string
targetRepository
The GitHub target repository in "owner/repo" format.
targetRepository: string
Property Value
string