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 ac35058 commit c3b5193Copy full SHA for c3b5193
buildspec/release/70checkmarketplace.yml
@@ -22,7 +22,7 @@ phases:
22
build:
23
commands:
24
- VERSION=$(node -e "console.log(require('./packages/${TARGET_EXTENSION}/package.json').version);")
25
- # get extension name
+ # get extension name, also an old version for beta testing
26
- |
27
if [ "${TARGET_EXTENSION}" = "amazonq" ]; then
28
extension_name="amazonwebservices.amazon-q-vscode"
0 commit comments