Is it possible to pack native binaries as a dotnet tool? #51718
Unanswered
paulomorgado
asked this question in
Q&A
Replies: 1 comment 4 replies
-
|
This suggests you can have sdk/src/Cli/dotnet/Commands/Tool/ToolCommandSpecCreator.cs Lines 14 to 33 in e6bc966 The DotnetToolSettings.xml file is generated here: The ToolCommandRunner property is set here, but it looks like you could also set it yourself: |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a set of executables for different runtimes that I would like to pack as a dotnet tool.
Is that possible?
If so, how?
Beta Was this translation helpful? Give feedback.
All reactions