我目前正在开发一个 power shell 脚本,我想在特定分支上“落后”
"$(System.TeamFoundationCollectionUri)$(System.TeamProject)/_apis/git/repositories/$(Build.Repository.ID)/stats/branches?name=$(Build.SourceBranchName)&api-version=6.0"
这适用于分支 Main、develop 以及 refs/heads/
但每当创建分支时,我都会不断收到错误“$(Build.SourceBranchName)在$(Build.Repository.ID)上不存在”,
例如refs/heads/feature/
'