File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
eng/pipelines/templates/jobs Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,14 @@ jobs:
6666 displayName : " Use Python 3.6"
6767 inputs :
6868 versionSpec : " 3.6"
69- - ${{ if eq(variables['Build.Reason'], 'PullRequest') }} :
70- - template : /eng/common/pipelines/templates/steps/verify-links.yml
71- parameters :
69+ - template : /eng/common/pipelines/templates/steps/verify-links.yml
70+ parameters :
71+ ${{ if eq(variables['Build.Reason'], 'PullRequest') }} :
7272 Directory : ' '
7373 Urls : (git diff origin/${env:SYSTEM_PULLREQUEST_TARGETBRANCH} HEAD --name-only -- '*.md')
74- CheckLinkGuidance : $true
74+ ${{ if ne(variables['Build.Reason'], 'PullRequest') }} :
75+ Directory : sdk/${{ parameters.ServiceDirectory }}
76+ CheckLinkGuidance : $true
7577 - script : |
7678 pip install setuptools wheel
7779 pip install doc-warden==$(DocWardenVersion)
You can’t perform that action at this time.
0 commit comments