BinSkim bypass WebView2Loader.dll

This commit is contained in:
Han Zhang 2022-08-15 11:08:49 +08:00
commit e7610e1035

View file

@ -107,9 +107,11 @@ jobs:
# If we put more things than we produce pdbs for and can index (such as nuget packages that ship without pdbs), binskim will fail.
# Below are ignored files
# - clrcompression.dll
# - WebView2Loader.dll
Contents: |
**\*
!**\clrcompression.dll
!**\WebView2Loader.dll
TargetFolder: '$(Agent.BuildDirectory)\binskim'
CleanTargetFolder: true
OverWrite: true