Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion eng/pipelines/templates/variables/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ variables:
skipComponentGovernanceDetection: true
# Disable CodeQL injections except for where we specifically enable it
Codeql.SkipTaskAutoInjection: true
ComponentDetection.Timeout: 1200
ComponentDetection.Timeout: 1200
# Exclude non-shipping samples and tests.
ComponentDetection.DirectoryExclusionPatterns: '$(Build.SourcesDirectory)/samples/**;$(Build.SourcesDirectory)/**/tests/**'
Loading