File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
eng/pipelines/templates/jobs Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -141,11 +141,9 @@ jobs:
141141 - template : /eng/common/pipelines/templates/steps/verify-samples.yml
142142 parameters :
143143 ServiceDirectory : ${{ parameters.ServiceDirectory }}
144- - script : |
145- pip install setuptools wheel
146- pip install doc-warden==$(DocWardenVersion)
147- ward scan -d $(Build.SourcesDirectory) -c $(Build.SourcesDirectory)/eng/.docsettings.yml
148- displayName: "Verify Readmes"
144+ - template : /eng/common/pipelines/templates/steps/verify-readme.yml
145+ parameters :
146+ ScanPath : $(Build.SourcesDirectory)/sdk/${{ parameters.ServiceDirectory }}
149147 - template : /eng/common/pipelines/templates/steps/verify-path-length.yml
150148 parameters :
151149 SourceDirectory : $(Build.SourcesDirectory)
You can’t perform that action at this time.
0 commit comments