Skip to content

Commit 59809d6

Browse files
authored
Update 70checkmarketplace.yml
1 parent 47959a8 commit 59809d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec/release/70checkmarketplace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ phases:
4747
- |
4848
while true; do
4949
$code_command --uninstall-extension "${extension_name}" --no-sandbox --user-data-dir /tmp/vscode
50-
$code_command --install-extension ${extension_name}${beta_version} --no-sandbox --user-data-dir /tmp/vscode
50+
$code_command --install-extension "${extension_name}${beta_version}" --no-sandbox --user-data-dir /tmp/vscode
5151
cur_version=$(code --list-extensions --show-versions --no-sandbox --user-data-dir /tmp/vscode | grep ${extension_name} | cut -d'@' -f2)
5252
if [ "${cur_version}" = "${VERSION}" ]; then
5353
echo "checkmarketplace: Extension ${extension_name} is updated to version '${cur_version}.'"

0 commit comments

Comments
 (0)