Skip to content

Commit 163b7bb

Browse files
MaggieKimani1millicentachieng
authored andcommitted
Fix binskim target argument
1 parent d8b89d9 commit 163b7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ stages:
9999
displayName: 'Run BinSkim - Product Binaries'
100100
inputs:
101101
InputType: Basic
102-
AnalyzeTarget: '$(ProductBinPath)\**\Microsoft.OpenApi.dll'
102+
AnalyzeTargetGlob: '$(ProductBinPath)\**\Microsoft.OpenApi.dll'
103103
AnalyzeSymPath: '$(ProductBinPath)'
104104
AnalyzeVerbose: true
105105
AnalyzeHashes: true

0 commit comments

Comments
 (0)