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

VS 2017 #1

Closed
nzbart opened this issue Mar 26, 2017 · 2 comments
Closed

VS 2017 #1

nzbart opened this issue Mar 26, 2017 · 2 comments
Assignees

Comments

@nzbart
Copy link

nzbart commented Mar 26, 2017

The readme says:

Makes Visual Studio 2015 command line tools available in PowerShell.

Is there any chance of making this support VS 2017 as well?

@olegsych olegsych self-assigned this Apr 8, 2017
@olegsych
Copy link
Owner

I'm working on it now. The side-by-side installation of Visual Studio 2017 makes tools discovery more challenging than I thought. In the meantime, instead of running Install-PoshVs you can change your $profile manually and call Import-BatchEnvironment like this:

Import-BatchEnvironment "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsDevCmd.bat" 

@olegsych
Copy link
Owner

Pull request #3 added Visual Studio 2017 support in version 0.2. If you have version 0.1 installed, simply

PS>Update-Module posh-vs

Enjoy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants