Need away to add -tool option while packaging NuGet artifacts
Ideally similar to the way you guys added support for include_nuget_references to the appveyor.yml, we need away to specify that the -tool option should be added.
https://docs.microsoft.com/en-us/nuget/tools/nuget-exe-cli-reference#pack
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

1 Posted by Kay on 20 Feb, 2018 10:12 AM
Is there a sulution meantime?
2 Posted by Ilya Finkelshte... on 20 Feb, 2018 07:25 PM
We do not have plans to add this option first class, at least right now. You can always run any command with any switches you want (see docs) and any stage of the build pipeline. In this specific case, for example, you can run
nuget.exewith-toolswitch atafter_buildstep.Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:27 AM.