I had a package with an executable and an file called "LICENSE". Packaging worked, but during installation a file access error occured and it was not possible to install Baseclass.Contrib.Nuget. The error message indicated a download error.
However, the package content showed: The file was not a member of the output folder, but a file output existed with the similar size. So it helped to add a file extension and rename the file as License.txt. Since then, the file is a member again and its possible to install the package.
However, it would be great, when your package could support files without file-extensions.
I had a package with an executable and an file called "LICENSE". Packaging worked, but during installation a file access error occured and it was not possible to install Baseclass.Contrib.Nuget. The error message indicated a download error.
However, the package content showed: The file was not a member of the output folder, but a file output existed with the similar size. So it helped to add a file extension and rename the file as License.txt. Since then, the file is a member again and its possible to install the package.
However, it would be great, when your package could support files without file-extensions.
Thank you!