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 843a355 commit 6347c0aCopy full SHA for 6347c0a
azure_pipelines/pr-validation.yml
@@ -34,7 +34,7 @@ jobs:
34
35
steps:
36
- bash: |
37
- echo "Source branch : $(System.PullRequest.SourceBranch) Target branch : $(System.PullRequest.targetBranchName)"
+ echo "Source branch : $(System.PullRequest.SourceBranch) Target branch : $(System.PullRequest.targetBranchName) "
38
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)"
39
displayName: 'Trigger pipeline in ADO clone for PRAssistant bot'
40
env:
0 commit comments