mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
tfs: darwin wait for signed build
This commit is contained in:
@@ -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
@@ -2,7 +2,7 @@
|
||||
"name": "code-oss-dev",
|
||||
"version": "1.13.0",
|
||||
"electronVersion": "1.6.6",
|
||||
"distro": "866fd532378acbb246f02ed97397e3f0f4dbc345",
|
||||
"distro": "ca3585925fd1e7743ee4cba31a57c09960152346",
|
||||
"author": {
|
||||
"name": "Microsoft Corporation"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user