diff --git a/build/pipelines/templates/build-single-architecture.yaml b/build/pipelines/templates/build-single-architecture.yaml index 547dc083..0877c322 100644 --- a/build/pipelines/templates/build-single-architecture.yaml +++ b/build/pipelines/templates/build-single-architecture.yaml @@ -107,9 +107,13 @@ 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 + # - Microsoft.Web.WebView2.Core.dll Contents: | **\* !**\clrcompression.dll + !**\WebView2Loader.dll + !**\Microsoft.Web.WebView2.Core.dll TargetFolder: '$(Agent.BuildDirectory)\binskim' CleanTargetFolder: true OverWrite: true diff --git a/src/Calculator/Calculator.csproj b/src/Calculator/Calculator.csproj index 2e5ddeb3..f47de837 100644 --- a/src/Calculator/Calculator.csproj +++ b/src/Calculator/Calculator.csproj @@ -794,7 +794,7 @@ 6.2.10 - +