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 <noreply@github.com>2022-06-11 20:34:22 +0300
commitc4767a69cc265e3be3c75c9ff3ee85b3b5ba5888 (patch)
tree128fdab075cd7cf7fca92e36a698739d7f498469
parentc1b5758c171f96c1cbe6df5c07ba0826d4c4ac6f (diff)
Remove unneeded + signwtgodbe/+sign
-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 73c74da993..cbf529762b 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)