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