diff --git a/build/tfs/darwin/build.sh b/build/tfs/darwin/build.sh index 72e0015e938..8ea3d088263 100755 --- a/build/tfs/darwin/build.sh +++ b/build/tfs/darwin/build.sh @@ -34,4 +34,7 @@ VERSION=`node -p "require(\"$PACKAGEJSON\").version"` node build/tfs/out/publish.js $VSCODE_QUALITY darwin archive-unsigned VSCode-darwin-$VSCODE_QUALITY-unsigned.zip $VERSION false $UNSIGNEDZIP # create signing request -node build/tfs/out/enqueue.js $VSCODE_QUALITY \ No newline at end of file +node build/tfs/out/enqueue.js $VSCODE_QUALITY + +# wait for signed build +node build/tfs/out/waitForSignedBuild.js $VSCODE_QUALITY $VERSION \ No newline at end of file diff --git a/package.json b/package.json index 53e66f176ec..ebe68177df3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "code-oss-dev", "version": "1.13.0", "electronVersion": "1.6.6", - "distro": "866fd532378acbb246f02ed97397e3f0f4dbc345", + "distro": "ca3585925fd1e7743ee4cba31a57c09960152346", "author": { "name": "Microsoft Corporation" },