Skip to content

Commit

Permalink
Disable symbol publishing for tool (#7325)
Browse files Browse the repository at this point in the history
This tool contains native binaries that cause symbol publishing to fail so disable the symbols for this tool package

I've tried to update the symbol publishing tool but it doesn't like the native 3rd party *.so files and the symbols for our internal tools aren't that interesting so just disabling the publishing for this tool.
  • Loading branch information
weshaggard authored Nov 21, 2023
1 parent d256fe3 commit a1c5523
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/secret-management/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ extends:
ToolDirectory: tools/secret-management
# Sodium.Core dependency is not strong name signed. Skip validation in order to sign secret cli.
RequireStrongNames: false
# This tool contains native binaries that cause sybmol publishing to fail so disable the symbols for this tool package
ShouldPublishSymbols: false

0 comments on commit a1c5523

Please sign in to comment.