
14,123
Downloads
1,850
Downloads of v 1.3.1
11/17/2018
Last update
Web development build tools workload for Visual Studio 2017 Build Tools
1.3.1
Overview
This package adds the Web development build tools workload to an existing installation of Visual Studio 2017 Build Tools.
The list of components included in this workload is shown here.
Visual Studio 2017 Build Tools must be installed first, for example using the Chocolatey package visualstudio2017buildtools.
Customizations
The package passes all package parameters to the Visual Studio installer, enabling full customization of the installation. The possible parameters are described here. The package passes --norestart --includeRecommended
by default, and --quiet
, unless --passive
is specified in the package parameters.
By default, the package installs components required by and recommended for the workload. Package parameters can be used to adjust this behavior:
--no-includeRecommended
- Does not include the recommended components.--includeOptional
- Includes the optional components.
Example 1. Installing the workload, including recommended, but not optional components:
choco install visualstudio2017-workload-webbuildtools --package-parameters "--includeRecommended"
Example 2. Installing the workload, including all recommended and optional components:
choco install visualstudio2017-workload-webbuildtools --package-parameters "--includeOptional"
Example 3. Installing the workload, including only required components:
choco install visualstudio2017-workload-webbuildtools --package-parameters "--no-includeRecommended"
More package parameter examples
To install Web development build tools workload for Visual Studio 2017 Build Tools, run the following command from the command line or from PowerShell:
C:\> choco install visualstudio2017-workload-webbuildtools
To upgrade Web development build tools workload for Visual Studio 2017 Build Tools, run the following command from the command line or from PowerShell:
C:\> choco upgrade visualstudio2017-workload-webbuildtools
Files
Hide- tools\.skipAutoUninstall
- tools\ChocolateyInstall.ps1
Show
Add-VisualStudioWorkload ` -PackageName 'visualstudio2017-workload-webbuildtools' ` -Workload 'WebBuildTools' ` -VisualStudioYear '2017' ` -ApplicableProducts @('BuildTools') ` -IncludeRecommendedComponentsByDefault
- tools\ChocolateyUninstall.ps1
Show
Remove-VisualStudioWorkload ` -PackageName 'visualstudio2017-workload-webbuildtools' ` -Workload 'WebBuildTools' ` -VisualStudioYear '2017' ` -ApplicableProducts @('BuildTools')
Virus Scan Results
- visualstudio2017-workload-webbuildtools.1.3.1.nupkg (4a6845f3a0aa) - ## / 59 - Log in or click on link to see number of positives
Dependencies
-
- chocolatey-visualstudio.extension (≥ 1.7.0)
- netfx-4.6.1-devpack (≥ 4.6.01055.00)
- dotnet4.6-targetpack (≥ 4.6.00081.20150925)
- netfx-4.5.2-devpack (≥ 4.5.5165101)
- netfx-4.5.1-devpack (≥ 4.5.50932)
- visualstudio2017-installer (≥ 1.0.2)
- visualstudio2017buildtools (≥ 15.0)
Package Maintainer(s)
Software Author(s)
Copyright
http://www.microsoft.com/about/legal/en/us/IntellectualProperty/Copyright/Default.aspx
Tags
Release Notes
Software
Visual Studio 2017 release notes
Package
1.3.1:
- Fixed link to component list.
- Added dependencies.
- Updated description.
Version History
Discussion for the Web development build tools workload for Visual Studio 2017 Build Tools Package
Ground rules:
- This discussion is only about Web development build tools workload for Visual Studio 2017 Build Tools and the Web development build tools workload for Visual Studio 2017 Build Tools package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Web development build tools workload for Visual Studio 2017 Build Tools, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.