Skip to content

Commit 724daca

Browse files
committed
Added .net tool csproj settings
1 parent 4773a6f commit 724daca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/CodeUpdater/CodeUpdater/CodeUpdater.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
<AssemblyName>ProgrammerAL.Tools.CodeUpdater</AssemblyName>
1212
</PropertyGroup>
1313

14+
<PropertyGroup>
15+
<PackAsTool>true</PackAsTool>
16+
<ToolCommandName>code-update</ToolCommandName>
17+
</PropertyGroup>
18+
1419
<ItemGroup>
1520
<PackageReference Include="CommandLineParser" Version="2.9.1" />
1621
<PackageReference Include="PublicInterfaceGenerator" Version="0.1.0-preview.28" />

0 commit comments

Comments
 (0)