mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
BinSkim bypass WebView2Loader.dll
This commit is contained in:
parent
9611da0082
commit
e7610e1035
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue