We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9a29f commit 0265e73Copy full SHA for 0265e73
.azure/pipelines/azure-pipelines-mirror-within-azdo.yml
@@ -38,7 +38,7 @@ jobs:
38
$branch = "$(Build.SourceBranch)".Replace("refs/heads/", "");
39
$suffix = "-nonstable"
40
Write-Host "##vso[task.setvariable variable=BranchToMirror]$branch"
41
- Write-Host "##vso[task.setvariable variable=TargetBranchName]$branch+$suffix"
+ Write-Host "##vso[task.setvariable variable=TargetBranchName]$branch$suffix"
42
displayName: Calculate Mirrored Branch Names
43
- script: |
44
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