Only install the cert on signed builds (#9357)

This commit is contained in:
Amir Omidi
2020-02-26 14:55:44 -08:00
committed by GitHub
parent 7d7a7e2e37
commit 2ae3810dac

View File

@@ -3,6 +3,7 @@ steps:
displayName: 'Install developer certificate'
inputs:
certSecureFile: 'osx_signing_key.p12'
condition: eq(variables['signed'], true)
- script: |
mkdir -p .build