Home
last modified time | relevance | path

Searched full:targetbranch (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/.azure-pipelines/
Dpr.yml37 testRunTitle: '$(system.pullRequest.TargetBranch)-macos'
46 targetBranch: $(System.PullRequest.TargetBranch)
58 testRunTitle: '$(system.pullRequest.TargetBranch)-linux'
108 testRunTitle: '$(System.PullRequest.TargetBranch)-win32'
113 testRunTitle: '$(System.PullRequest.TargetBranch)-win64'
123 targetBranch: $(System.PullRequest.TargetBranch)
Dprebuild-checks.yml9 git fetch -q origin $(System.PullRequest.TargetBranch)
12 condition: and(succeeded(), variables['System.PullRequest.TargetBranch'])