Skip to content

Commit

Permalink
Having folders in the binskim config causes it to fail. This was the …
Browse files Browse the repository at this point in the history
…only regex that worked so far. We'll fix again later if they give us something that works better.
  • Loading branch information
marcpopMSFT committed Oct 1, 2024
1 parent 627ff68 commit 1962eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ extends:
tsa:
enabled: true
binskim:
analyzeTargetGlob: $(Build.SourcesDirectory)/artifacts/bin/**.dll;$(Build.SourcesDirectory)/artifacts/bin/**.exe;
analyzeTargetGlob: +:f|**\*.dll;+:f|**\*.exe;
stages:
- stage: build
displayName: Build
Expand Down

0 comments on commit 1962eb4

Please sign in to comment.