Skip to content
代码片段 群组 项目
未验证 提交 f9b5e131 编辑于 作者: William Godbe's avatar William Godbe 提交者: GitHub
浏览文件

Fix branch name in mirror pipeline (#42121)

上级 4b6e9330
无相关合并请求
......@@ -34,9 +34,9 @@ jobs:
- name: AzdoRepo
value: dotnet-aspnetcore
- name: TargetBranchName
value: $(Build.SourceBranch)-nonstable
value: $(Build.SourceBranchName)-nonstable
- name: BranchToMirror
value: $(Build.SourceBranch)
value: $(Build.SourceBranchName)
steps:
- script: |
git clone https://dn-bot:$(dn-bot-dnceng-build-rw-code-rw)@dev.azure.com/dnceng/internal/_git/$(AzdoRepo) $(WorkingDirectoryName) --recursive --no-tags --branch $(TargetBranchName)
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册