Skip to content

Commit

Permalink
Merge pull request #10 from KirillOsenkov/dev/kirillo/snk
Browse files Browse the repository at this point in the history
  • Loading branch information
patriksvensson authored Aug 30, 2024
2 parents 1575083 + 8b2ddd6 commit 3753020
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Nullable>enable</Nullable>
<NoWarn>$(NoWarn);NU5104</NoWarn>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)spectre.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<PropertyGroup Label="Deterministic Build" Condition="'$(GITHUB_ACTIONS)' == 'true'">
Expand Down
Binary file added src/spectre.snk
Binary file not shown.

0 comments on commit 3753020

Please sign in to comment.