Skip to content

Commit

Permalink
fix: Change component detection scan path to root (#4070)
Browse files Browse the repository at this point in the history
* Change component detection scan path to root

* Tweak ignoreDirectories
  • Loading branch information
BruceHaley authored Jan 25, 2022
1 parent 6096a40 commit 102050e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build/yaml/botbuilder-js-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,5 @@ steps:
- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
displayName: 'Component Detection'
inputs:
sourceScanPath: './libraries'
ignoreDirectories: './testing,./tools'
ignoreDirectories: './testing,./tools,./generators'
failOnAlert: false

0 comments on commit 102050e

Please sign in to comment.