From 439d3d8966f09ddc22cb1b734a170ca2c6382b55 Mon Sep 17 00:00:00 2001 From: Tian Liao Date: Thu, 26 Oct 2023 19:12:23 +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 80b41ce6..eabfce00 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|**\GraphingImpl.dll;-:f|**\omsautimmss.dll + analyzeTargetGlob: +:f|$(Build.BinariesDirectory)\**\*.dll;+:$(Build.BinariesDirectory)\**\*.exe;-:f|**\GraphingImpl.dll;-:f|**\omsautimmss.dll stages: - stage: Calculator