Skip to content

Commit 5091cf6

Browse files
committed
Add visual studio 2022 (DO-1148)
1 parent 111efab commit 5091cf6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

tasks/Windows.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,18 @@
1313
chocolatey.chocolatey.win_chocolatey:
1414
name: visualstudio2019-remotetools
1515
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+
chocolatey.chocolatey.win_chocolatey:
24+
name: visualstudio2022-workload-nativedesktop
25+
state: present
26+
27+
- name: Install visualstudio2022-remotetools
28+
chocolatey.chocolatey.win_chocolatey:
29+
name: visualstudio2022-remotetools
30+
state: present

0 commit comments

Comments
 (0)