获取 Azure 管道的状态标志时,repoType 参数指的是什么
What does the repoType argument refer to when obtaining a status badge for azure pipelines
我正在尝试遵循 these 说明
GET https://dev.azure.com/{organization}/{project}/_apis/build/repos/{repoType}/badge?api-version=6.0-preview.2
在我的 github 存储库中获得 azure pipelines 状态徽章。有人能告诉我 repoType 参数指的是什么吗?这些说明很有帮助地说它的“存储库类型”实际上什么也没告诉我。
我猜这是来自 RepositoryTypes
的字段
Bitbucket
Git
GitHub
GitHubEnterprise
Svn
TfsGit
TfsVersionControl
我正在尝试遵循 these 说明
GET https://dev.azure.com/{organization}/{project}/_apis/build/repos/{repoType}/badge?api-version=6.0-preview.2
在我的 github 存储库中获得 azure pipelines 状态徽章。有人能告诉我 repoType 参数指的是什么吗?这些说明很有帮助地说它的“存储库类型”实际上什么也没告诉我。
我猜这是来自 RepositoryTypes
的字段Bitbucket
Git
GitHub
GitHubEnterprise
Svn
TfsGit
TfsVersionControl