We are using a .htaccess (hypertext access) file in our project. When I run nuget pack it skips that specific file. It that by design, customizable or a bug?
Comments: Nuspec-file example: <?xml version="1.0" encoding="utf-8"?> <package> <metadata> ... </metadata> </package> Folder structure example - 3 files on root: a.htaccess _.htaccess .htaccess Result: a.htaccess _.htaccess I have also tested specifying files in the nuspec file, but the same thing happend. The .htaccess file is missing!
Comments: Nuspec-file example: <?xml version="1.0" encoding="utf-8"?> <package> <metadata> ... </metadata> </package> Folder structure example - 3 files on root: a.htaccess _.htaccess .htaccess Result: a.htaccess _.htaccess I have also tested specifying files in the nuspec file, but the same thing happend. The .htaccess file is missing!