diff --git a/build/pipelines/azure-pipelines.release.yaml b/build/pipelines/azure-pipelines.release.yaml index e1d4efdf..63ba3b24 100644 --- a/build/pipelines/azure-pipelines.release.yaml +++ b/build/pipelines/azure-pipelines.release.yaml @@ -31,14 +31,7 @@ extends: os: windows sdl: binskim: - AnalyzeTargetBinskim: | - $(Build.BinariesDirectory)/**.dll; - $(Build.BinariesDirectory)/**.exe; - !**/clrcompression.dll; - !**/WebView2Loader.dll; - !**/Microsoft.Web.WebView2.Core.dll; - !**/GraphingImpl.dll; - !**/omsautimmss.dll; + analyzeTargetGlob: -f|**/GraphingImpl.dll;-f|**/omsautimmss.dll stages: - stage: Calculator