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 2b2a143 commit 9ee292aCopy full SHA for 9ee292a
eng/pipelines/templates/jobs/archetype-sdk-client.yml
@@ -71,7 +71,7 @@ jobs:
71
parameters:
72
${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
73
Directory: ''
74
- Urls: (git diff origin/${env:SYSTEM_PULLREQUEST_TARGETBRANCH} HEAD --name-only -- '*.md')
+ Urls: (eng/common/scripts/get-markdown-files-from-changed-files.ps1)
75
${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
76
Directory: sdk/${{ parameters.ServiceDirectory }}
77
CheckLinkGuidance: $true
0 commit comments