From 0265e73057677450f051afdd320fbffb4c3534ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Jun 2022 10:15:27 -0700 Subject: [PATCH] Remove unneeded + sign (#42149) Co-authored-by: William Godbe --- .azure/pipelines/azure-pipelines-mirror-within-azdo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/pipelines/azure-pipelines-mirror-within-azdo.yml b/.azure/pipelines/azure-pipelines-mirror-within-azdo.yml index ad6faeb280d8..93803cb8befd 100644 --- a/.azure/pipelines/azure-pipelines-mirror-within-azdo.yml +++ b/.azure/pipelines/azure-pipelines-mirror-within-azdo.yml @@ -38,7 +38,7 @@ jobs: $branch = "$(Build.SourceBranch)".Replace("refs/heads/", ""); $suffix = "-nonstable" Write-Host "##vso[task.setvariable variable=BranchToMirror]$branch" - Write-Host "##vso[task.setvariable variable=TargetBranchName]$branch+$suffix" + Write-Host "##vso[task.setvariable variable=TargetBranchName]$branch$suffix" displayName: Calculate Mirrored Branch Names - 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)