Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Godbe <wigodbe@microsoft.com>2022-06-11 20:34:22 +0300
committergithub-actions <github-actions@github.com>2022-06-11 20:35:27 +0300
commit3fe38a1ef4e9e42d5d52b01ff2f3e1aada3175c1 (patch)
treec0a167f98a23bea3826dc167d3e849e128b6f3ae
parent5e9a29f072ba91c1f292c77c8585ca444594a2f9 (diff)
Remove unneeded + signbackport/pr-42148-to-release/6.0
-rw-r--r--.azure/pipelines/azure-pipelines-mirror-within-azdo.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure/pipelines/azure-pipelines-mirror-within-azdo.yml b/.azure/pipelines/azure-pipelines-mirror-within-azdo.yml
index ad6faeb280..93803cb8be 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)