Skip to content

Commit 7f0b710

Browse files
authored
Enable the del/rename files link check. (Azure#17574)
1 parent 70d49f4 commit 7f0b710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/templates/jobs/archetype-sdk-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
parameters:
166166
${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
167167
Directory: ''
168-
Urls: (git diff origin/${env:SYSTEM_PULLREQUEST_TARGETBRANCH} HEAD --name-only -- '*.md')
168+
Urls: (eng/common/scripts/get-markdown-files-from-changed-files.ps1)
169169
${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
170170
Directory: sdk/${{ parameters.ServiceDirectory }}
171171
CheckLinkGuidance: $true

0 commit comments

Comments
 (0)