Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for installing a sources package via package manager console #54

Closed
dazinator opened this issue Mar 19, 2016 · 1 comment
Closed

Comments

@dazinator
Copy link
Owner

Now that both a sources and ordinary install zip are being produced, when you do an Install-Module from package manager console in VS - it needs to know which version of the package to install.

I'll make it so that by default it will install the non sources version of the package as before. If you need to install the sources version, because you use dynamic compilation etc, then you can call Install-ModuleSources which works in exactly the same way as Install-Module and has the same arguments (for attaching etc) its just it will select the sources package as the one to deploy.

@dazinator dazinator changed the title New command - Install-ModuleSources Support for installing a sources package via package manager console Mar 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant