Skip to content

Commit

Permalink
Fix double backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov committed Aug 30, 2024
1 parent 4600ef8 commit 8b2ddd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Nullable>enable</Nullable>
<NoWarn>$(NoWarn);NU5104</NoWarn>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)\spectre.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)spectre.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<PropertyGroup Label="Deterministic Build" Condition="'$(GITHUB_ACTIONS)' == 'true'">
Expand Down

0 comments on commit 8b2ddd6

Please sign in to comment.