Skip to content

Commit 881b70b

Browse files
authored
fix(release): old buildrelease.yml artifact (#4884)
1 parent 092dcb1 commit 881b70b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

buildspec/release/20buildrelease.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ phases:
2323
- echo "TARGET_EXTENSION=${TARGET_EXTENSION}"
2424
# --unsafe-perm is needed because we run as root
2525
- npm ci --unsafe-perm
26-
- |
27-
if [ $TARGET_EXTENSION = "toolkit" ]; then
28-
cp ./README.quickstart.vscode.md ./README.md
29-
fi
3026
- npm run package -w packages/${TARGET_EXTENSION}
3127
- cp packages/${TARGET_EXTENSION}/package.json ./package.json
3228
- NUM_VSIX=$(ls -1q *.vsix | wc -l)

0 commit comments

Comments
 (0)