Skip to content

Commit 47286b0

Browse files
committed
Add flag to enable skipping of dependency checks (#21146)
The dependency checking tool has some broken corner-cases. Until those are fixed, we need a flag to skip it in order to release.
1 parent ee762d4 commit 47286b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/pipelines/templates/steps/analyze.yml

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ steps:
4040

4141
- task: Powershell@2
4242
displayName: 'Dependency Check'
43+
condition: ne(variables['Skip.DependencyCheck'], 'true')
4344
env:
4445
GO111MODULE: 'on'
4546
inputs:

0 commit comments

Comments
 (0)