From e7610e1035b84601afbb41fa241ff26b76e247ae Mon Sep 17 00:00:00 2001 From: Han Zhang Date: Mon, 15 Aug 2022 11:08:49 +0800 Subject: [PATCH] BinSkim bypass WebView2Loader.dll --- build/pipelines/templates/build-single-architecture.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/pipelines/templates/build-single-architecture.yaml b/build/pipelines/templates/build-single-architecture.yaml index 547dc083..b2ab5d61 100644 --- a/build/pipelines/templates/build-single-architecture.yaml +++ b/build/pipelines/templates/build-single-architecture.yaml @@ -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