Skip to content

Commit

Permalink
Enable the del/rename files link check. (#17574)
Browse files Browse the repository at this point in the history
  • Loading branch information
sima-zhu authored Nov 15, 2020
1 parent 70d49f4 commit 7f0b710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/jobs/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
parameters:
${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
Directory: ''
Urls: (git diff origin/${env:SYSTEM_PULLREQUEST_TARGETBRANCH} HEAD --name-only -- '*.md')
Urls: (eng/common/scripts/get-markdown-files-from-changed-files.ps1)
${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
Directory: sdk/${{ parameters.ServiceDirectory }}
CheckLinkGuidance: $true
Expand Down

0 comments on commit 7f0b710

Please sign in to comment.