We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e93ad commit 88b9c69Copy full SHA for 88b9c69
azure-pipelines.yml
@@ -87,7 +87,7 @@ extends:
87
templateContext:
88
sdl:
89
binskim:
90
- analyzeTargetGlob: +:f|artifacts\bin\**\*.dll;+:f|artifacts\bin\**\*.exe;
+ analyzeTargetGlob: +:f|artifacts\bin\**\*.dll;+:f|artifacts\bin\**\*.exe;-:f|artifacts\bin\**\xunit*.dll;-:f|artifacts\bin\**\verify*.dll;
91
# WORKAROUND: BinSkim requires the folder exist prior to scanning.
92
preSteps:
93
- powershell: New-Item -ItemType Directory -Path $(Build.SourcesDirectory)/artifacts/bin -Force
0 commit comments