Skip to content

Commit

Permalink
[publish] fix ToolCommandName
Browse files Browse the repository at this point in the history
  • Loading branch information
rmannibucau committed Jul 29, 2024
1 parent faab7f1 commit cec182d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/SBSharp.Launcher/SBSharp.Launcher.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<PublishAot>true</PublishAot>
<PackAsTool>true</PackAsTool>
<ToolCommandName>shsharp</ToolCommandName>
<ToolCommandName>sbsharp</ToolCommandName>
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
<Description>Static site/blog generator based on Razor templating.</Description>

Expand Down

0 comments on commit cec182d

Please sign in to comment.