File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
ansible/roles/visual-studio/tasks/partials Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 13
13
- name : install Visual Studio Community 2022 Native Desktop Workload
14
14
win_chocolatey :
15
15
name : visualstudio2022-workload-nativedesktop
16
- params : ' --add Microsoft.VisualStudio.Component.VC.Tools.ARM64 --add Microsoft.VisualStudio.Component.VC.ATL.ARM64 --add Microsoft.NetCore.Component.SDK --add Microsoft.VisualStudio.Component.VC.Llvm.Clang'
16
+ params : ' --add Microsoft.VisualStudio.Component.VC.Tools.ARM64 --add Microsoft.VisualStudio.Component.VC.ATL.ARM64 --add Microsoft.NetCore.Component.SDK --add Microsoft.VisualStudio.Component.VC.Llvm.Clang --add Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset '
17
17
18
18
- name : install WiX Toolset
19
19
import_tasks : ' wixtoolset.yml'
You can’t perform that action at this time.
0 commit comments