When packing the lucene-cli tool, the patch doesn't seem to function. It is done using the standard dotnet pack command with <PackAsTool>true</PackAsTool>, so we likely have a problem packing in any .NET tool.
According to ChatGPT, the correct target to use when packing a .NET tool is the PackTool target.
When packing the lucene-cli tool, the patch doesn't seem to function. It is done using the standard
dotnet pack
command with<PackAsTool>true</PackAsTool>
, so we likely have a problem packing in any .NET tool.According to ChatGPT, the correct target to use when packing a .NET tool is the
PackTool
target.https://chatgpt.com/share/671a7365-1bc4-8005-b52d-1d2013fc84f1