提交 dbf56e9f 编写于 作者: J Joao Moreno

macos build

上级 a568fed6
......@@ -32,11 +32,16 @@ steps:
# # yarn smoketest -- --build "$(agent.builddirectory)/VSCode-darwin/$APP_NAME"
# name: test
- script: |
set -e
pushd ../VSCode-darwin && zip -r -X -y ../VSCode-darwin.zip * && popd
displayName: Archive
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
inputs:
ConnectedServiceName: 'ESRP CodeSign'
FolderPath: '$(agent.builddirectory)/VSCode-darwin'
Pattern: '*.app'
FolderPath: '$(agent.builddirectory)'
Pattern: 'VSCode-darwin.zip'
signConfigType: inlineSignParams
inlineOperation: |
[
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册