mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Only install the cert on signed builds (#9357)
This commit is contained in:
@@ -3,6 +3,7 @@ steps:
|
|||||||
displayName: 'Install developer certificate'
|
displayName: 'Install developer certificate'
|
||||||
inputs:
|
inputs:
|
||||||
certSecureFile: 'osx_signing_key.p12'
|
certSecureFile: 'osx_signing_key.p12'
|
||||||
|
condition: eq(variables['signed'], true)
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
mkdir -p .build
|
mkdir -p .build
|
||||||
|
|||||||
Reference in New Issue
Block a user