From 92589e6f460f2c94fdab9d5ed59d7b3a6c1a7db7 Mon Sep 17 00:00:00 2001 From: Tian Liao Date: Thu, 26 Oct 2023 18:07:26 +0800 Subject: [PATCH] try --- build/pipelines/azure-pipelines.release.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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