We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4773a6f commit 724dacaCopy full SHA for 724daca
src/CodeUpdater/CodeUpdater/CodeUpdater.csproj
@@ -11,6 +11,11 @@
11
<AssemblyName>ProgrammerAL.Tools.CodeUpdater</AssemblyName>
12
</PropertyGroup>
13
14
+ <PropertyGroup>
15
+ <PackAsTool>true</PackAsTool>
16
+ <ToolCommandName>code-update</ToolCommandName>
17
+ </PropertyGroup>
18
+
19
<ItemGroup>
20
<PackageReference Include="CommandLineParser" Version="2.9.1" />
21
<PackageReference Include="PublicInterfaceGenerator" Version="0.1.0-preview.28" />
0 commit comments