From a11d5d08dee8ce9baacbc1e1ad322d377e332d29 Mon Sep 17 00:00:00 2001 From: Tian Liao Date: Thu, 26 Oct 2023 21:33:55 +0800 Subject: [PATCH] try glob --- build/pipelines/azure-pipelines.release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pipelines/azure-pipelines.release.yaml b/build/pipelines/azure-pipelines.release.yaml index eabfce00..859b4380 100644 --- a/build/pipelines/azure-pipelines.release.yaml +++ b/build/pipelines/azure-pipelines.release.yaml @@ -31,7 +31,7 @@ extends: os: windows sdl: binskim: - analyzeTargetGlob: +:f|$(Build.BinariesDirectory)\**\*.dll;+:$(Build.BinariesDirectory)\**\*.exe;-:f|**\GraphingImpl.dll;-:f|**\omsautimmss.dll + analyzeTargetGlob: +:f|$(Build.BinariesDirectory)\**\*.dll;+:f|$(Build.BinariesDirectory)\**\*.exe;-:f|**\GraphingImpl.dll;-:f|**\omsautimmss.dll stages: - stage: Calculator