Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AzurePipelinesTemplates/win32metadata-onebranch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ stages:
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'
ob_artifactBaseName: 'NuGetPackages'
ob_sdl_binskim_break: true # https://aka.ms/obpipelines/sdl
ob_sdl_codeSignValidation_excludes: -|**\Humanizer.dll;-|**\Newtonsoft.Json.dll;-|**\System.IO.Abstractions.dll;-|**\TestableIO.System.IO.Abstractions.dll;-|**\TestableIO.System.IO.Abstractions.Wrappers.dll
ob_sdl_codeSignValidation_excludes: -|**\Humanizer.dll;-|**\Newtonsoft.Json.dll;-|**\System.IO.Abstractions.dll;-|**\TestableIO.System.IO.Abstractions.dll;-|**\TestableIO.System.IO.Abstractions.Wrappers.dll;-|**\ClangSharp.dll;-|**\ClangSharp.Interop.dll;-|**\ClangSharp.PInvokeGenerator.dll;-|**\libclang*.dll;-|**\libClangSharp*.dll
Comment thread
vineeththomasalex marked this conversation as resolved.
Outdated
pool:
type: windows
steps:
Expand Down
Loading