I'm moving NuGet packages to may local network folder with this command
move-Item xyz.nupkg -Dest $env:nugetsDir
I have a problem in that the file is not inheriting permission from destination folder and my friend is getting "access denied" error when trying to use my package. The problem is NOT occurring when and move the file manually, with mouse.