Skip to content

Commit 0015fd7

Browse files
Add ClangSharp and libclang to job-level CodeSign exclusions (#2271)
* Add ClangSharp and libclang to job-level CodeSign exclusions * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Apply suggestion from @vineeththomasalex --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent fa94b68 commit 0015fd7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

AzurePipelinesTemplates/win32metadata-onebranch.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,9 @@ stages:
147147
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'
148148
ob_artifactBaseName: 'NuGetPackages'
149149
ob_sdl_binskim_break: true # https://aka.ms/obpipelines/sdl
150-
ob_sdl_codeSignValidation_excludes: -|**\Humanizer.dll;-|**\Newtonsoft.Json.dll;-|**\System.IO.Abstractions.dll;-|**\TestableIO.System.IO.Abstractions.dll;-|**\TestableIO.System.IO.Abstractions.Wrappers.dll
150+
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
151+
152+
151153
pool:
152154
type: windows
153155
steps:

0 commit comments

Comments
 (0)