Skip to content

Commit

Permalink
Temporarily disable the failing notarization.
Browse files Browse the repository at this point in the history
Cherry-picked from 429f688.
  • Loading branch information
jrbriggs authored and derrickstolee committed Feb 9, 2021
1 parent 389c228 commit 51a02db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines/templates/osx/pack.signed/step5-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ steps:
artifact: _osx_installer_signed
path: $(Build.ArtifactStagingDirectory)/package

- script: Scalar.Signing/notarize-pkg.sh -id "$(Apple.Notarization.AppleId)" -p "$(Apple.Notarization.Password)" -pkg "$(Build.ArtifactStagingDirectory)"/package/*.pkg -b "com.microsoft.scalar.pkg"
displayName: Notarize installer (and containing bundles & binaries)
condition: and(succeeded(), eq(variables['SignType'], 'real'))
#- script: Scalar.Signing/notarize-pkg.sh -id "$(Apple.Notarization.AppleId)" -p "$(Apple.Notarization.Password)" -pkg "$(Build.ArtifactStagingDirectory)"/package/*.pkg -b "com.microsoft.scalar.pkg"
# displayName: Notarize installer (and containing bundles & binaries)
# condition: and(succeeded(), eq(variables['SignType'], 'real'))

- task: DownloadPipelineArtifact@2
displayName: Download Git for Mac installer package
Expand Down

0 comments on commit 51a02db

Please sign in to comment.