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 d8b89d9 commit 163b7bbCopy full SHA for 163b7bb
.azure-pipelines/ci-build.yml
@@ -99,7 +99,7 @@ stages:
99
displayName: 'Run BinSkim - Product Binaries'
100
inputs:
101
InputType: Basic
102
- AnalyzeTarget: '$(ProductBinPath)\**\Microsoft.OpenApi.dll'
+ AnalyzeTargetGlob: '$(ProductBinPath)\**\Microsoft.OpenApi.dll'
103
AnalyzeSymPath: '$(ProductBinPath)'
104
AnalyzeVerbose: true
105
AnalyzeHashes: true
0 commit comments