You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: