Skip to content

Commit

Permalink
macos build: remove pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Aug 31, 2018
1 parent 956d59c commit 44903db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/tfs/darwin/product-build-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ steps:
- script: |
set -e
# remove pkg from archive
zip -d ../VSCode-darwin.zip "*.pkg"
# publish the build
PACKAGEJSON=`ls ../VSCode-darwin/*.app/Contents/Resources/app/package.json`
VERSION=`node -p "require(\"$PACKAGEJSON\").version"`
Expand Down

0 comments on commit 44903db

Please sign in to comment.