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.
1 parent 0890aef commit cbb7b47Copy full SHA for cbb7b47
azure_pipelines/pr-validation.yml
@@ -24,7 +24,7 @@ jobs:
24
displayName: Clone PR in ADO
25
steps:
26
- bash: |
27
- echo "Source branch : $(System.PullRequest.SourceBranch) Target branch : $(System.PullRequest.targetBranchName) "
+ echo "Source branch : $(System.PullRequest.SourceBranch) Target branch : $(System.PullRequest.targetBranchName)"
28
az pipelines run --project 'IDDP' --id 2727 --branch 'ameyapat/clone-pr-hackathon' --organization 'https://identitydivision.visualstudio.com' --variables "source_branch=$(System.PullRequest.SourceBranch) target_branch=$(System.PullRequest.targetBranchName)"
29
displayName: 'Trigger pipeline in ADO clone for PRAssistant bot'
30
env:
0 commit comments