We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c05b69 commit 4c56539Copy full SHA for 4c56539
build/azure-pipelines/product-build.yml
@@ -126,13 +126,15 @@ resources:
126
- container: vscode-x64
127
image: vscodehub.azurecr.io/vscode-linux-build-agent:bionic-x64
128
endpoint: VSCodeHub
129
- options: --user 0:0
+ options: --user 0:0 --cap-add SYS_ADMIN
130
- container: vscode-arm64
131
image: vscodehub.azurecr.io/vscode-linux-build-agent:stretch-arm64
132
133
134
- container: vscode-armhf
135
image: vscodehub.azurecr.io/vscode-linux-build-agent:stretch-armhf
136
137
138
- container: snapcraft
139
image: snapcore/snapcraft:stable
140
0 commit comments