未验证 提交 765b0052 编写于 作者: J Joao Moreno

fix

上级 2dd2524a
......@@ -6,9 +6,10 @@ steps:
KeyVaultName: vscode
- script: |
cat << EOF > $(agent.tempdirectory)/cert.p12
cat << EOF |
$(macos-developer-certificate)
EOF
base64 -d > $(agent.tempdirectory)/cert.p12
security import $(agent.tempdirectory)/cert.p12 -P "$(macos-developer-certificate-key)"
curl -o $(agent.tempdirectory)/VSCode-darwin.zip https://vscode.blob.core.windows.net/public/VSCode-darwin.zip
unzip $(agent.tempdirectory)/VSCode-darwin.zip -d $(agent.tempdirectory)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册