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 48ab9c0 commit 9f946dcCopy full SHA for 9f946dc
buildspec/release/70checkmarketplace.yml
@@ -7,7 +7,14 @@ phases:
7
8
commands:
9
- apt update
10
- - apt install code
+ - 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
16
+ - apt install -y code
17
+
18
19
pre_build:
20
0 commit comments