tfs: darwin wait for signed build

This commit is contained in:
Joao Moreno
2017-05-11 18:11:45 +02:00
parent 625ce8fe28
commit 705847ee6b
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -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
node build/tfs/out/enqueue.js $VSCODE_QUALITY
# wait for signed build
node build/tfs/out/waitForSignedBuild.js $VSCODE_QUALITY $VERSION
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "code-oss-dev",
"version": "1.13.0",
"electronVersion": "1.6.6",
"distro": "866fd532378acbb246f02ed97397e3f0f4dbc345",
"distro": "ca3585925fd1e7743ee4cba31a57c09960152346",
"author": {
"name": "Microsoft Corporation"
},