We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e04e96c commit 1674d80Copy full SHA for 1674d80
eng/common/pipelines/templates/steps/detect-api-changes.yml
@@ -16,7 +16,7 @@ steps:
16
filePath: ${{ parameters.RepoRoot }}/eng/common/scripts/Detect-Api-Changes.ps1
17
arguments: >
18
-ArtifactPath ${{parameters.ArtifactPath}}
19
- -CommitSha '$(Build.SourceVersion)'
+ -CommitSha '$(System.PullRequest.SourceCommitId)'
20
-BuildId $(Build.BuildId)
21
-PullRequestNumber $(System.PullRequest.PullRequestNumber)
22
-RepoFullName $(Build.Repository.Name)
0 commit comments