diff --git a/eng/pipelines/templates/steps/analyze.yml b/eng/pipelines/templates/steps/analyze.yml index aa68d7f5be2d..85390cdf5180 100644 --- a/eng/pipelines/templates/steps/analyze.yml +++ b/eng/pipelines/templates/steps/analyze.yml @@ -40,6 +40,7 @@ steps: - task: Powershell@2 displayName: 'Dependency Check' + condition: ne(variables['Skip.DependencyCheck'], 'true') env: GO111MODULE: 'on' inputs: