File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
ansible/roles/visual-studio/tasks/partials Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 8
8
- name : install Visual Studio Community 2019
9
9
win_chocolatey : name=visualstudio2019community
10
10
11
+ # Note: The .NET SDK was added as a prerequisite for WiX4 - https://github.com/nodejs/node/pull/45943
11
12
- name : install Visual Studio Community 2019 Native Desktop Workload
12
13
win_chocolatey :
13
14
name : visualstudio2019-workload-nativedesktop
14
- params : ' --add Microsoft.VisualStudio.Component.VC.Tools.ARM64 --add Microsoft.VisualStudio.Component.VC.ATL.ARM64'
15
+ params : ' --add Microsoft.VisualStudio.Component.VC.Tools.ARM64 --add Microsoft.VisualStudio.Component.VC.ATL.ARM64 --add Microsoft.NetCore.Component.SDK '
15
16
16
17
- name : install WiX Toolset
17
18
import_tasks : ' wixtoolset.yml'
You can’t perform that action at this time.
0 commit comments