Skip to content

Remove duplicate (incorrect, but overridden) signing key information from Directory.Build.props#175

Merged
nblumhardt merged 1 commit intodatalust:devfrom
nblumhardt:fix-signing-key-name
Apr 27, 2026
Merged

Remove duplicate (incorrect, but overridden) signing key information from Directory.Build.props#175
nblumhardt merged 1 commit intodatalust:devfrom
nblumhardt:fix-signing-key-name

Conversation

@nblumhardt
Copy link
Copy Markdown
Member

I grabbed the Directory.Build.props from our more recent SerilogTracing build but missed updating the key name. The CSPROJ overrode these incorrect entries, so the net result was correct, but it's not something to leave hanging around :)

@nblumhardt nblumhardt mentioned this pull request Apr 27, 2026
Comment thread Directory.Build.props
<AssemblyOriginatorKeyFile>../../assets/SerilogTracing.snk</AssemblyOriginatorKeyFile>
<SignAssembly Condition="Exists('../../asset/Superpower.snk')">true</SignAssembly>
<AssemblyOriginatorKeyFile>../../asset/Superpower.snk</AssemblyOriginatorKeyFile>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose this is the same as == 'Windows_NT' false

@nblumhardt nblumhardt merged commit 2017d0a into datalust:dev Apr 27, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants