Skip to content

Commit

Permalink
Disabling codesigning
Browse files Browse the repository at this point in the history
  • Loading branch information
cienijr committed Apr 13, 2021
1 parent 0b8c045 commit 0ef27bb
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,22 +140,23 @@ jobs:
- script: ./CI/build-macos.sh
displayName: 'Build obs-ios-camera-source'

- task: InstallAppleCertificate@2
displayName: 'Install release signing certificates'
condition: eq(variables['isReleaseMode'], true)
inputs:
certSecureFile: 'macos-certs.p12'
certPwd: $(secrets.macOS.certificatesImportPassword)
# - task: InstallAppleCertificate@2
# displayName: 'Install release signing certificates'
# condition: eq(variables['isReleaseMode'], true)
# inputs:
# certSecureFile: 'macos-certs.p12'
# certPwd: $(secrets.macOS.certificatesImportPassword)

- script: ./CI/package-macos.sh
displayName: 'Package obs-ios-camera-source'
env:
RELEASE_MODE: $(isReleaseMode)
CODE_SIGNING_IDENTITY: $(secrets.macOS.codeSigningIdentity)
INSTALLER_SIGNING_IDENTITY: $(secrets.macOS.installerSigningIdentity)
AC_USERNAME: $(secrets.macOS.notarization.username)
AC_PASSWORD: $(secrets.macOS.notarization.password)
AC_PROVIDER_SHORTNAME: $(secrets.macOS.notarization.providerShortName)
RELEASE_MODE: false
# RELEASE_MODE: $(isReleaseMode)
# CODE_SIGNING_IDENTITY: $(secrets.macOS.codeSigningIdentity)
# INSTALLER_SIGNING_IDENTITY: $(secrets.macOS.installerSigningIdentity)
# AC_USERNAME: $(secrets.macOS.notarization.username)
# AC_PASSWORD: $(secrets.macOS.notarization.password)
# AC_PROVIDER_SHORTNAME: $(secrets.macOS.notarization.providerShortName)

- task: PublishBuildArtifacts@1
inputs:
Expand Down

0 comments on commit 0ef27bb

Please sign in to comment.