You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,17 +53,17 @@ If you _really_ want to install VS 2015 on Windows Server 2012R2 over naked WinR
53
53
54
54
### Optional
55
55
56
-
| Key | Type | Description | Default|
57
-
|-----|------|-------------|---------|
58
-
|`['visualstudio']['source']`| URL | HTTP(S) root URL beneath which ISOs for all versions/editions of Visual Studio are stored. ||
59
-
|`['visualstudio'][VERSION][EDITION]['source']`| URL | HTTP(S) root URL beneath which the ISO for a specific `VERSION` and `EDITION` of Visual Studio is stored. `VERSION` and `EDITION` should be replaced with one of the supported Visual Studio versions/editions. This attribute, when set, takes precedence over `node['visualstudio']['source']`. ||
60
-
|`['visualstudio'][VERSION]['update']['source']`| URL | HTTP(S) root URL beneath which the update ISO for a specific `VERSION` is stored. ||
61
-
|`['visualstudio']['edition']`| Boolean | The Visual Studio edition to install, i.e. community, professional, premium, ultimate, testprofessional. |`community`|
62
-
|`['visualstudio']['version']`| Integer | The Visual Studio version to install, i.e. 2010, 2012, 2013, 2015. |`2015`|
63
-
|`['visualstudio']['enable_nuget_package_restore']`| Boolean | Sets the system wide environment variable to enable MSBuild/Visual Studio package restore on build. |`True`|
64
-
|`['visualstudio']['installs']`| Array | An array of hashes that contain the various versions and editions of Visual Studio to install. See Usage below for an example. ||
65
-
|`['visualstudio']['install_items'][FEATURE]['selected']`| Boolean | Configures the feature on/off. This currently applies to all versions/editions being installed. ||
66
-
|`['visualstudio']['2010']['professional']['config_file']`| String | The name of the Visual Studio 2010 unattend.ini template to use. ||
56
+
| Key | Type | Description | Default
57
+
|--- | ---- | ----------- | -------
58
+
| `['visualstudio']['source']` | URL | HTTP(S) root URL beneath which ISOs for all versions/editions of Visual Studio are stored. | -
59
+
| `['visualstudio'][VERSION][EDITION]['source']` | URL | HTTP(S) root URL beneath which the ISO for a specific `VERSION` and `EDITION` of Visual Studio is stored. `VERSION` and `EDITION` should be replaced with one of the supported Visual Studio versions/editions. This attribute, when set, takes precedence over `node['visualstudio']['source']`. | -
60
+
| `['visualstudio'][VERSION]['update']['source']` | URL | HTTP(S) root URL beneath which the update ISO for a specific `VERSION` is stored. | -
61
+
| `['visualstudio']['edition']` | Boolean | The Visual Studio edition to install, i.e. community, professional, premium, ultimate, testprofessional. | `community`
62
+
| `['visualstudio']['version']` | Integer | The Visual Studio version to install, i.e. 2010, 2012, 2013, 2015. | `2015`
63
+
| `['visualstudio']['enable_nuget_package_restore']` | Boolean | Sets the system wide environment variable to enable MSBuild/Visual Studio package restore on build. | `True`
64
+
| `['visualstudio']['installs']` | Array | An array of hashes that contain the various versions and editions of Visual Studio to install. See Usage below for an example. | -
65
+
| `['visualstudio']['install_items'][FEATURE]['selected']` | Boolean | Configures the feature on/off. This currently applies to all versions/editions being installed. | -
66
+
| `['visualstudio']['2010']['professional']['config_file']` | String | The name of the Visual Studio 2010 unattend.ini template to use. | -
0 commit comments