build - better verify notarized build starts

This commit is contained in:
Benjamin Pasero 2020-05-13 12:58:37 +02:00
parent 3c220f2368
commit 63b766f335

View file

@ -247,8 +247,8 @@ steps:
set -e
APP_ROOT=$(agent.builddirectory)/VSCode-darwin
APP_NAME="`ls $APP_ROOT | head -n 1`"
"$APP_ROOT/$APP_NAME/Contents/Resources/app/bin/code" --version
displayName: Verify start after signing
"$APP_ROOT/$APP_NAME/Contents/Resources/app/bin/code" --export-default-configuration=.build
displayName: Verify start after signing (export configuration)
- script: |
set -e