【发布时间】:2018-05-27 18:01:40
【问题描述】:
我有一个发布管理发布管道,设置如下:
Artifacts >> Development (trigger on build success) >> Production (manual trigger after Development)
我想做的是,在从 Development 升级到 Master 时将 Development 分支合并到 Master,因此 master 始终具有生产版本代码,但发布代理不会拉 git repo 并且无法访问 git。我发现this 表明这是不可能的(至少没有黑客攻击)。任何指针表示赞赏。
我使用的是 github.com,而不是 vsts 存储库。
【问题讨论】:
标签: git continuous-integration azure-devops azure-pipelines-release-pipeline