Skip to content

Commit 0265e73

Browse files
Remove unneeded + sign (#42149)
Co-authored-by: William Godbe <[email protected]>
1 parent 5e9a29f commit 0265e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
$branch = "$(Build.SourceBranch)".Replace("refs/heads/", "");
3939
$suffix = "-nonstable"
4040
Write-Host "##vso[task.setvariable variable=BranchToMirror]$branch"
41-
Write-Host "##vso[task.setvariable variable=TargetBranchName]$branch+$suffix"
41+
Write-Host "##vso[task.setvariable variable=TargetBranchName]$branch$suffix"
4242
displayName: Calculate Mirrored Branch Names
4343
- script: |
4444
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)