mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -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.
|
# 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
|
# Below are ignored files
|
||||||
# - clrcompression.dll
|
# - clrcompression.dll
|
||||||
|
# - WebView2Loader.dll
|
||||||
Contents: |
|
Contents: |
|
||||||
**\*
|
**\*
|
||||||
!**\clrcompression.dll
|
!**\clrcompression.dll
|
||||||
|
!**\WebView2Loader.dll
|
||||||
TargetFolder: '$(Agent.BuildDirectory)\binskim'
|
TargetFolder: '$(Agent.BuildDirectory)\binskim'
|
||||||
CleanTargetFolder: true
|
CleanTargetFolder: true
|
||||||
OverWrite: true
|
OverWrite: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue