Skip to content

Commit acdbf3e

Browse files
Fix branch name in mirror pipeline (#42122)
Co-authored-by: William Godbe <[email protected]>
1 parent ecdeda7 commit acdbf3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure/pipelines/azure-pipelines-mirror-within-azdo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
- name: AzdoRepo
3535
value: dotnet-aspnetcore
3636
- name: TargetBranchName
37-
value: $(Build.SourceBranch)-nonstable
37+
value: $(Build.SourceBranchName)-nonstable
3838
- name: BranchToMirror
39-
value: $(Build.SourceBranch)
39+
value: $(Build.SourceBranchName)
4040
steps:
4141
- script: |
4242
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 commit comments

Comments
 (0)