Skip to content

Commit 9f946dc

Browse files
authored
Update 70checkmarketplace.yml
1 parent 48ab9c0 commit 9f946dc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

buildspec/release/70checkmarketplace.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@ phases:
77

88
commands:
99
- apt update
10-
- apt install code
10+
- apt update
11+
- apt install -y wget gpg
12+
- wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg
13+
- install -o root -g root -m 644 packages.microsoft.gpg /etc/apt/trusted.gpg.d/
14+
- sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list'
15+
- apt update
16+
- apt install -y code
17+
1118

1219
pre_build:
1320
commands:

0 commit comments

Comments
 (0)