From 705847ee6b469f5d5058af1598407149d0ce7a64 Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Thu, 11 May 2017 18:11:45 +0200 Subject: [PATCH] tfs: darwin wait for signed build --- build/tfs/darwin/build.sh | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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" },