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

Add command for downloading/installing psake into the current workspace #6

Open
gep13 opened this issue Nov 22, 2017 · 3 comments
Open

Comments

@gep13
Copy link
Member

gep13 commented Nov 22, 2017

@devblackops @rkeithhill what is the recommended best practice for doing this?

@rkeithhill
Copy link

Well, you wouldn't install the module to the workspace. For installation, you could use either PowerShellGet (if available) or Chocolatey. Then I guess the command could create a psakefile.ps1 if it didn't already exist.

@gep13
Copy link
Member Author

gep13 commented Nov 23, 2017

You may want/need to install to workspace if you wanted to use a specific version of psake on a project, rather than the globally installed one. No?

@rkeithhill
Copy link

rkeithhill commented Nov 23, 2017

You can have multiple versions of the same module installed side-by-side globally. So the workspace specific bit could simply be the required version number. Is there an extension setting for the version of psake to use? If not, maybe we add one? I would imagine it would take latest as well as version numbers like 4.7.0.

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

2 participants