diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b3a274301c..029e772fd8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -72,7 +72,7 @@ stages: $githubBranch = "$(githubBranch)" if ($githubAccount -ne "microsoft") { Write-Host "Checking out $githubAccount/$githubBranch" - git remote add upstream https://github.com$($githubAccount)/azure_arc.git + git remote add upstream https://github.com/$($githubAccount)/azure_arc.git git fetch upstream git checkout -b $githubBranch upstream/$githubBranch }