We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111efab commit 5091cf6Copy full SHA for 5091cf6
tasks/Windows.yml
@@ -13,3 +13,18 @@
13
chocolatey.chocolatey.win_chocolatey:
14
name: visualstudio2019-remotetools
15
state: present
16
+
17
+- name: Install visualstudio2022professional (SLOW)
18
+ chocolatey.chocolatey.win_chocolatey:
19
+ name: visualstudio2022professional
20
+ state: present
21
22
+- name: Install visualstudio2022-workload-nativedesktop (SLOW)
23
24
+ name: visualstudio2022-workload-nativedesktop
25
26
27
+- name: Install visualstudio2022-remotetools
28
29
+ name: visualstudio2022-remotetools
30
0 commit comments