Skip to content

Commit a2e516f

Browse files
committed
- fixes dll path for binskim analysis
Signed-off-by: Vincent Biret <[email protected]>
1 parent 8a0ef11 commit a2e516f

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
@@ -19,7 +19,7 @@ pool:
1919
variables:
2020
buildPlatform: 'Any CPU'
2121
buildConfiguration: 'Release'
22-
ProductBinPath: '$(Build.SourcesDirectory)\bin\$(BuildConfiguration)'
22+
ProductBinPath: '$(Build.SourcesDirectory)\src\Microsoft.OpenApi\bin\$(BuildConfiguration)'
2323

2424

2525
stages:

0 commit comments

Comments
 (0)