Skip to content

Commit

Permalink
Re-enable verify-samples template (Azure#14894)
Browse files Browse the repository at this point in the history
This reverts commit b301b9c
and fixes Azure#14893.
  • Loading branch information
heaths authored Apr 15, 2021
1 parent 6314022 commit 6dca0f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eng/pipelines/templates/steps/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ steps:
Directory: sdk/${{ parameters.ServiceDirectory }}
CheckLinkGuidance: $true

- template: /eng/common/pipelines/templates/steps/verify-samples.yml
parameters:
ServiceDirectory: ${{ parameters.ServiceDirectory }}

- script: |
npm ci
workingDirectory: $(System.DefaultWorkingDirectory)/eng/tools/analyze-deps
Expand Down

0 comments on commit 6dca0f2

Please sign in to comment.