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 Visual Studio Build Tools? #44

Closed
likemike91 opened this issue Oct 27, 2020 · 4 comments
Closed

Support for Visual Studio Build Tools? #44

likemike91 opened this issue Oct 27, 2020 · 4 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@likemike91
Copy link
Contributor

likemike91 commented Oct 27, 2020

Is it planned to support the Visual Studio Build Tools as well?
This would allow us to automatically keep our Build Servers (with only Build Tools installed) updated when running vs update via a Scheduled Task.

Back this issue
Back this issue

@likemike91 likemike91 changed the title Support Visual Studio Build Tools? Support for Visual Studio Build Tools? Oct 27, 2020
@kzu
Copy link
Member

kzu commented Oct 29, 2020

Very good question. Could you point us to some info on how automated installation of that SKU can be done?

Thanks!

@likemike91
Copy link
Contributor Author

I would say some information could be derived from the Chocolatey package which allows installation of the Visual Studio Build Tools as well:
https://github.com/jberezanski/ChocolateyPackages/tree/master/visualstudio2019buildtools

Respectively the VS Installation Module which provides helpers for that task:
https://github.com/jberezanski/ChocolateyPackages/tree/master/chocolatey-visualstudio.extension/extensions

@kzu
Copy link
Member

kzu commented Oct 31, 2020

ok, found what I was looking for:

https://github.com/jberezanski/ChocolateyPackages/blob/master/visualstudio2019buildtools/tools/ChocolateyInstall.ps1#L4

https://aka.ms/vs/16/release/vs_buildtools.exe

Installing it seems like it would be relatively easy to do (maybe vs install build?). But investigating how to do the updating seems more involved.

If you could come up with a PR, I'd be glad to review and merge it.

Thanks!

@kzu kzu added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Oct 31, 2020
@likemike91
Copy link
Contributor Author

@kzu I created a PR for it. Please let me know if something else needs to be changed. ;)

@devlooped devlooped locked and limited conversation to collaborators Oct 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants