PowerShell / PowerShellStandard

MIT License
158 stars 24 forks source link

Mark PowerShellStandard.Library Assets as Private to Prevent Inclusion in Publishing #25

Closed markekraus closed 6 years ago

markekraus commented 6 years ago

The reference assemblies in PowerShell standard are intended for development and not intended for inclusion in publish modules. Marking the assets as privates allows for proper development against the reference assemblies but will exclude the package assets from being published or packaged.