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 70d49f4 commit 7f0b710Copy full SHA for 7f0b710
eng/pipelines/templates/jobs/archetype-sdk-client.yml
@@ -165,7 +165,7 @@ jobs:
165
parameters:
166
${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
167
Directory: ''
168
- Urls: (git diff origin/${env:SYSTEM_PULLREQUEST_TARGETBRANCH} HEAD --name-only -- '*.md')
+ Urls: (eng/common/scripts/get-markdown-files-from-changed-files.ps1)
169
${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
170
Directory: sdk/${{ parameters.ServiceDirectory }}
171
CheckLinkGuidance: $true
0 commit comments