I have a PowerShell cmdlet written in C#. When I compile it, and pass it to Import-Module locally, it works fine. But, thus far, no combination of nuget pack has resulted in a package I can install from an Azure DevOps Artifact Gallery. I can pack and install script modules with ease, but not binary modules.
I have put all files in one base directory. I have put files into 'tools' directory. I have put the module dll in the base directory and the reference dlls in the 'lib' directory. Nothing works.