diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 36d014ac7b5..46bc36cb456 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -55,7 +55,7 @@ extends: baseline: baselineFile: $(Build.SourcesDirectory)\.config\guardian\.gdnbaselines binskim: - analyzeTargetGlob: $(Build.SourcesDirectory)/artifacts/bin/**.dll;$(Build.SourcesDirectory)/artifacts/bin/**.exe; + analyzeTargetGlob: $(Build.SourcesDirectory)/artifacts/bin/*.dll;$(Build.SourcesDirectory)/artifacts/bin/*.exe; policheck: enabled: true tsa: