Skip to content

Commit f63a464

Browse files
authored
Merge pull request #8413 from dotnet/marcpopMSFT-unblockbinskim
Having folders in the binskim config causes it to fail.
2 parents ddafab1 + 1962eb4 commit f63a464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ extends:
6060
tsa:
6161
enabled: true
6262
binskim:
63-
analyzeTargetGlob: $(Build.SourcesDirectory)/artifacts/bin/**.dll;$(Build.SourcesDirectory)/artifacts/bin/**.exe;
63+
analyzeTargetGlob: +:f|**\*.dll;+:f|**\*.exe;
6464
stages:
6565
- stage: build
6666
displayName: Build

0 commit comments

Comments
 (0)