Skip to content

Commit

Permalink
Add flag to enable skipping of dependency checks (#21146)
Browse files Browse the repository at this point in the history
The dependency checking tool has some broken corner-cases.  Until those
are fixed, we need a flag to skip it in order to release.
  • Loading branch information
jhendrixMSFT committed Jul 12, 2023
1 parent ee762d4 commit 47286b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/pipelines/templates/steps/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ steps:

- task: Powershell@2
displayName: 'Dependency Check'
condition: ne(variables['Skip.DependencyCheck'], 'true')
env:
GO111MODULE: 'on'
inputs:
Expand Down

0 comments on commit 47286b0

Please sign in to comment.