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-10 01:14:38 +0300
committerGitHub <noreply@github.com>2022-06-10 01:14:38 +0300
commite1af069fe7c8eed0ceac8833f06e8c591fd974b0 (patch)
tree5a7dde64f2c3bfecf6dbcd4c00177d2d4e08e2bf
parent27aa85a3c80dd40619d47afe1ec53407187e499f (diff)
Fix branch name in mirror pipelinewtgodbe/sourcebranchname
-rw-r--r--.azure/pipelines/azure-pipelines-mirror-within-azdo.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure/pipelines/azure-pipelines-mirror-within-azdo.yml b/.azure/pipelines/azure-pipelines-mirror-within-azdo.yml
index 2d7422688b..4c9df822fd 100644
--- a/.azure/pipelines/azure-pipelines-mirror-within-azdo.yml
+++ b/.azure/pipelines/azure-pipelines-mirror-within-azdo.yml
@@ -34,9 +34,9 @@ jobs:
- name: AzdoRepo
value: dotnet-aspnetcore
- name: TargetBranchName
- value: $(Build.SourceBranch)-nonstable
+ value: $(Build.SourceBranchName)-nonstable
- name: BranchToMirror
- value: $(Build.SourceBranch)
+ value: $(Build.SourceBranchName)
steps:
- 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)