Back to ignoring .packages directory for component governance. Added comment with tracking issue.
This commit is contained in:
parent
f38f790b31
commit
dc6a3bc306
1 changed files with 5 additions and 2 deletions
|
@ -69,8 +69,11 @@ extends:
|
||||||
os: windows
|
os: windows
|
||||||
# https://docs.opensource.microsoft.com/tools/cg/component-detection/variables/
|
# https://docs.opensource.microsoft.com/tools/cg/component-detection/variables/
|
||||||
componentgovernance:
|
componentgovernance:
|
||||||
failOnAlert: false
|
# This should be uncommented when a fix is available.
|
||||||
# ignoreDirectories: '.packages'
|
# See: https://dev.azure.com/mseng/1ES/_workitems/edit/2159448
|
||||||
|
# failOnAlert: false
|
||||||
|
# This should be removed when failOnAlert works properly.
|
||||||
|
ignoreDirectories: '.packages'
|
||||||
customBuildTags:
|
customBuildTags:
|
||||||
- ES365AIMigrationTooling
|
- ES365AIMigrationTooling
|
||||||
stages:
|
stages:
|
||||||
|
|
Loading…
Reference in a new issue