PowerShell / DscResources

Central repository for PowerShell Desired State Configuration (DSC) resources.
http://blogs.msdn.com/b/powershell/
MIT License
776 stars 205 forks source link

nupkg includes .git .github .vscode etc #469

Closed mhendric closed 5 years ago

mhendric commented 5 years ago

It looks like many, if not all, of the recent DSC module packages include files they shouldn't (nupkg includes .git .github .vscode). Current known modules with this problem are xExchange, xWebAdministration, and xBitlocker. @kwirkykat , can you take a look at this?

Related Issues: https://github.com/PowerShell/xExchange/issues/342 https://github.com/PowerShell/xWebAdministration/issues/406

PlagueHO commented 5 years ago

Also related: #470

Other resources are affected and it doesn't look like it was just the most recent release either :cry:

PlagueHO commented 5 years ago

I've dropped an e-mail to the @mgreenegit as well just in case @kwirkykat isn't about.

PlagueHO commented 5 years ago

@mhendric - I'm told @kwirkykat is looking into it and the team are aware of the issue.

PlagueHO commented 5 years ago

@mgreenegit , @kwirkykat - any update on this one?

PlagueHO commented 5 years ago

Just so we have a link to the root cause: https://github.com/PowerShell/PowerShellGet/issues/378

This should now be resolved - the new ones don't have the hidden files included.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had activity from the community in the last 30 days. It will be closed if no further activity occurs within 10 days. If the issue is labelled with any of the work labels (e.g bug, enhancement, documentation, or tests) then the issue will not auto-close.

gaelcolas commented 5 years ago

This has been fixed and re-released by @kwirkykat Feel free to open a new issue if you spot a similar issue again.