我想使用特定的分支进行部署。我正在使用 teamcity 设置 VCS 设置。我当前的存储库目录结构如下:-
My default dir:- http://hg.test.co.uk/mainbranch
branches - ver-11.6
- ver-11.5
现在在 VCS Settings teamcity 中,我将其设置如下:-
Pull changes from: https://hg.test.co.uk/mainbranch
default branch :
Branch Specification: +:/branches/ver-11.6
当我从 teramcity 运行它时,它总是从默认值更新。我希望它从分支 ver11.6 更新。请指导我在这里做错了什么。