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 00:00:24 +0300
committergithub-actions <github-actions@github.com>2022-06-11 02:40:43 +0300
commit05ac9f32f405bc9c82f5d9d216388515ba3b2b08 (patch)
tree91721dba52d65cb8594d81bffd2edd29eaa448a4
parent8b5ef4ae2006da768548fa4738385370ed9a1fbc (diff)
Update azure-pipelines-mirror-within-azdo.ymlbackport/pr-42131-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 6c0d807055..ad6faeb280 100644
--- a/.azure/pipelines/azure-pipelines-mirror-within-azdo.yml
+++ b/.azure/pipelines/azure-pipelines-mirror-within-azdo.yml
@@ -35,7 +35,7 @@ jobs:
value: dotnet-aspnetcore
steps:
- powershell: |
- $branch = "$(Build.SourceBranchName)".Replace("refs/heads/", "");
+ $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"