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.
2 parents d5d443e + 0265e73 commit 7579c43Copy full SHA for 7579c43
.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