Skip to content

Commit

Permalink
Update azure-pipelines.yml to fix BinSkim (#34800)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMonoRT authored Sep 30, 2024
1 parent 7c1f2bd commit f03da8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ extends:
baseline:
baselineFile: $(Build.SourcesDirectory)\.config\guardian\.gdnbaselines
binskim:
scanOutputDirectoryOnly: true
analyzeTargetGlob: $(Build.SourcesDirectory)/artifacts/bin/**.dll;$(Build.SourcesDirectory)/artifacts/bin/**.exe;
policheck:
enabled: true
tsa:
Expand Down Expand Up @@ -252,4 +252,4 @@ extends:
enableSourceLinkValidation: false
publishAssetsImmediately: true
SDLValidationParameters:
enable: false
enable: false

0 comments on commit f03da8d

Please sign in to comment.